meson: misc_init_r is board-specific
authorAndreas Färber <afaerber@suse.de>
Sun, 15 Jan 2017 18:53:53 +0000 (19:53 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 20:38:02 +0000 (15:38 -0500)
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 <afaerber@suse.de>
include/configs/meson-gxbb-common.h
include/configs/odroid-c2.h

index 3bba2e6..ab62cff 100644 (file)
@@ -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
index 1d5b3d5..eb41818 100644 (file)
@@ -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