From: Andreas Färber Date: Sun, 15 Jan 2017 18:53:53 +0000 (+0100) Subject: meson: misc_init_r is board-specific X-Git-Tag: v2017.03-rc1~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8c9bfc47ed587df236a813c46cb5611b9c7d0a91;p=u-boot meson: misc_init_r is board-specific Move it from meson-gxbb-common.h to odroid-c2.h to allow new boards not to implement it. Signed-off-by: Andreas Färber --- diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index 3bba2e6658..ab62cff7ca 100644 --- a/include/configs/meson-gxbb-common.h +++ b/include/configs/meson-gxbb-common.h @@ -17,7 +17,6 @@ #define CONFIG_SYS_MAXARGS 32 #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 -#define CONFIG_MISC_INIT_R #define CONFIG_SYS_SDRAM_BASE 0 #define CONFIG_SYS_TEXT_BASE 0x01000000 diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h index 1d5b3d5a5f..eb41818ed7 100644 --- a/include/configs/odroid-c2.h +++ b/include/configs/odroid-c2.h @@ -8,6 +8,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_MISC_INIT_R + /* Serial setup */ #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 115200