Merge git://git.denx.de/u-boot-net
[oweals/u-boot.git] / include / configs / exynos7420-common.h
index f7c47094ae67cff9ed392fb382bd634058d53bae..b4b034fb3537de7381976757cb3ae14c76df3ff0 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/sizes.h>
 
 #define CONFIG_ARCH_CPU_INIT
-#define CONFIG_BOARD_EARLY_INIT_F
 
 /* Size of malloc() pool before and after relocation */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 << 20))
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /* select serial console configuration */
-#define CONFIG_BAUDRATE                        115200
-
-/* FLASH and environment organization */
-#define CONFIG_SYS_NO_FLASH
 
 /* Timer input clock frequency */
 #define COUNTER_FREQUENCY              24000000
 #define CONFIG_IRAM_BASE               0x02100000
 #define CONFIG_IRAM_SIZE               0x58000
 #define CONFIG_IRAM_END                        (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE)
+#define CPU_RELEASE_ADDR               secondary_boot_addr
 
 /* Number of CPUs available */
 #define CONFIG_CORE_COUNT              0x8
 
 /* select serial console configuration */
-#define CONFIG_BAUDRATE                        115200
 
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x3E00000)