Commit 9d4a161046284774ef3f85f7b94d5ed7ee85c808

Authored by Fabio Estevam
Committed by Tom Rini
1 parent 87db635161

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/imx31_phycore.h
... ... @@ -18,6 +18,8 @@
18 18 #define CONFIG_MX31 /* This is a mx31 */
19 19 #define CONFIG_MX31_CLK32 32000
20 20  
  21 +#define CONFIG_SYS_GENERIC_BOARD
  22 +
21 23 #define CONFIG_DISPLAY_CPUINFO
22 24 #define CONFIG_DISPLAY_BOARDINFO
23 25