[U-Boot] [PATCH 3/7] mx6ul_14x14_evk: Remove CONFIG_SYS_GENERIC_BOARD
Fabio Estevam
festevam at gmail.com
Wed Sep 9 16:16:40 CEST 2015
From: Fabio Estevam <fabio.estevam at freescale.com>
CONFIG_SYS_GENERIC_BOARD is selected by mx6_common.h, so there is no
need to define it locally.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
include/configs/mx6ul_14x14_evk.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index 08738c3..9232414 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -20,7 +20,6 @@
#include "imx6_spl.h"
#define CONFIG_ROM_UNIFIED_SECTIONS
-#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
--
1.9.1
More information about the U-Boot
mailing list