diff options
author | Kim Phillips | 2015-03-17 12:00:45 -0500 |
---|---|---|
committer | Tom Rini | 2015-03-17 15:21:15 -0400 |
commit | fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8 (patch) | |
tree | 3ee8f1d5e431fe29e5bf753be644053f09d88dcd /include/configs/MPC8308RDB.h | |
parent | 8cb2101b90381805c6650fbc2f6e7fa966b3c7e5 (diff) |
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/MPC8308RDB.h')
-rw-r--r-- | include/configs/MPC8308RDB.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index bf974fd4618..1ab23796cf9 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -9,6 +9,9 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + /* * High Level Configuration Options */ |