
23 Feb
2015
23 Feb
'15
12:51 p.m.
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Cc: Anatolij Gustschin agust@denx.de Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/imx31_phycore.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 4195fa3..49039d6 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -18,6 +18,8 @@ #define CONFIG_MX31 /* This is a mx31 */ #define CONFIG_MX31_CLK32 32000
+#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO
--
1.9.1