diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index 3bba2e6658ca4251f31eef052478b2fab9f590aa..ab62cff7caa5f55603a06079e51c5c1b44d1b069 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 1d5b3d5a5f7c874393e678d9567e2a22baac8ba6..eb41818ed77d5d393b7a495db9559177c59d1b65 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