summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-02-23 08:51:37 -0300
committerTom Rini <trini@ti.com>2015-02-24 17:13:51 -0500
commit9d4a161046284774ef3f85f7b94d5ed7ee85c808 (patch)
treed6ddfbf1de3e3d14521ea59ee6bc6d88b28cb2c7
parent87db635161e86670f9c1119a1faf1d5059564989 (diff)
downloadtalos-obmc-uboot-9d4a161046284774ef3f85f7b94d5ed7ee85c808.tar.gz
talos-obmc-uboot-9d4a161046284774ef3f85f7b94d5ed7ee85c808.zip
imx31_phycore: Convert to generic board
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project. Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r--include/configs/imx31_phycore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h
index 4195fa3533..49039d6dfb 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
OpenPOWER on IntegriCloud