diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-02-23 08:51:37 -0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-24 17:13:51 -0500 |
commit | 9d4a161046284774ef3f85f7b94d5ed7ee85c808 (patch) | |
tree | d6ddfbf1de3e3d14521ea59ee6bc6d88b28cb2c7 /include/configs | |
parent | 87db635161e86670f9c1119a1faf1d5059564989 (diff) | |
download | u-boot-imx-9d4a161046284774ef3f85f7b94d5ed7ee85c808.zip u-boot-imx-9d4a161046284774ef3f85f7b94d5ed7ee85c808.tar.gz u-boot-imx-9d4a161046284774ef3f85f7b94d5ed7ee85c808.tar.bz2 |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/imx31_phycore.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |