Skip to content
Snippets Groups Projects
Commit 8c9bfc47 authored by Andreas Färber's avatar Andreas Färber Committed by Tom Rini
Browse files

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: default avatarAndreas Färber <afaerber@suse.de>
parent c67c8c60
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define CONFIG_SYS_MAXARGS 32 #define CONFIG_SYS_MAXARGS 32
#define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_CBSIZE 1024
#define CONFIG_MISC_INIT_R
#define CONFIG_SYS_SDRAM_BASE 0 #define CONFIG_SYS_SDRAM_BASE 0
#define CONFIG_SYS_TEXT_BASE 0x01000000 #define CONFIG_SYS_TEXT_BASE 0x01000000
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#define CONFIG_MISC_INIT_R
/* Serial setup */ /* Serial setup */
#define CONFIG_CONS_INDEX 0 #define CONFIG_CONS_INDEX 0
#define CONFIG_BAUDRATE 115200 #define CONFIG_BAUDRATE 115200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment