From 8c9bfc47ed587df236a813c46cb5611b9c7d0a91 Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Sun, 15 Jan 2017 19:53:53 +0100 Subject: meson: misc_init_r is board-specific MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- include/configs/odroid-c2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/odroid-c2.h') 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 -- cgit