diff options
author | Anatolij Gustschin <agust@denx.de> | 2014-10-21 13:47:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2014-10-27 14:35:54 +0100 |
commit | 77d4357df9a0bba5918d681a2504ce16e2a35f40 (patch) | |
tree | ea4417e797fb2fb3f23969c3e09f41772a820b2c /include/configs/digsy_mtc.h | |
parent | 5b8cdd867ed4942077a63a5a6df37ee035f87dfc (diff) | |
download | u-boot-imx-77d4357df9a0bba5918d681a2504ce16e2a35f40.zip u-boot-imx-77d4357df9a0bba5918d681a2504ce16e2a35f40.tar.gz u-boot-imx-77d4357df9a0bba5918d681a2504ce16e2a35f40.tar.bz2 |
powerpc: digsy_mtc: convert to generic board
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs/digsy_mtc.h')
-rw-r--r-- | include/configs/digsy_mtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 2a8cb39..76ec168 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -22,6 +22,8 @@ #define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */ #define CONFIG_DIGSY_MTC 1 /* ... on InterControl digsyMTC board */ +#define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_GENERIC_BOARD /* * Valid values for CONFIG_SYS_TEXT_BASE are: |