X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fexynos7420-common.h;h=b4b034fb3537de7381976757cb3ae14c76df3ff0;hb=83f1c2ef30072c0672bc81cef9e7ee557c7ee61b;hp=d112fbcaa739401f5e1098e0fe16003619f3ed91;hpb=c14d4b0051df5f569fa33d9937af1db267ed6d34;p=oweals%2Fu-boot.git diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index d112fbcaa7..b4b034fb35 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -18,7 +18,6 @@ #include #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)) @@ -32,10 +31,6 @@ #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 @@ -47,15 +42,12 @@ #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_SILENT_CONSOLE -#define CONFIG_SYS_CONSOLE_IS_IN_ENV -#define CONFIG_CONSOLE_MUX #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)