Blame view

include/configs/sun8i.h 371 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  /* SPDX-License-Identifier: GPL-2.0+ */
8ebe4f429   Chen-Yu Tsai   ARM: sunxi: Add b...
2
3
4
5
  /*
   * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org>
   *
   * Configuration settings for the Allwinner A23 (sun8i) CPU
8ebe4f429   Chen-Yu Tsai   ARM: sunxi: Add b...
6
7
8
9
10
11
12
13
   */
  
  #ifndef __CONFIG_H
  #define __CONFIG_H
  
  /*
   * A23 specific configuration
   */
08fd1479c   Hans de Goede   sun8i: Add dram i...
14

8ebe4f429   Chen-Yu Tsai   ARM: sunxi: Add b...
15
16
17
18
19
20
  /*
   * Include common sunxi configuration where most the settings are
   */
  #include <configs/sunxi-common.h>
  
  #endif /* __CONFIG_H */