
5 Mar
2015
5 Mar
'15
10:41 a.m.
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de --- include/configs/mx35pdk.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index a145f08..6a41093 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -19,6 +19,7 @@ #define CONFIG_MX35
#define CONFIG_DISPLAY_CPUINFO +#define CONFIG_SYS_GENERIC_BOARD
/* Set TEXT at the beginning of the NOR flash */ #define CONFIG_SYS_TEXT_BASE 0xA0000000
--
1.9.1