diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2015-03-17 12:00:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 15:21:15 -0400 |
commit | fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8 (patch) | |
tree | 3ee8f1d5e431fe29e5bf753be644053f09d88dcd /include/configs/ve8313.h | |
parent | 8cb2101b90381805c6650fbc2f6e7fa966b3c7e5 (diff) | |
download | u-boot-fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8.tar.gz |
mpc83xx: preempt premature board support removal by setting GENERIC_BOARD
Boards that haven't been converted to GENERIC_BOARD does
*not* mean they should be removed.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/ve8313.h')
-rw-r--r-- | include/configs/ve8313.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ve8313.h b/include/configs/ve8313.h index 00787bbb28..bce94b3fdc 100644 --- a/include/configs/ve8313.h +++ b/include/configs/ve8313.h @@ -13,6 +13,9 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + /* * High Level Configuration Options */ |