diff options
author | Anatolij Gustschin <agust@denx.de> | 2015-08-13 23:57:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-14 16:27:07 -0400 |
commit | aef8cd9f387dc4cce42d28144d97f2d55e99ff12 (patch) | |
tree | d55d342457ee7e042ac327957506d982bee38446 /include | |
parent | a02cb92743359dd87ad413348f3faf855ce8b545 (diff) | |
download | u-boot-imx-aef8cd9f387dc4cce42d28144d97f2d55e99ff12.zip u-boot-imx-aef8cd9f387dc4cce42d28144d97f2d55e99ff12.tar.gz u-boot-imx-aef8cd9f387dc4cce42d28144d97f2d55e99ff12.tar.bz2 |
powerpc: munices: convert to generic board
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/munices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/munices.h b/include/configs/munices.h index 42ac029..b1b6acd 100644 --- a/include/configs/munices.h +++ b/include/configs/munices.h @@ -14,6 +14,7 @@ #define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */ #define CONFIG_MPC5200_DDR 1 /* (with DDR-SDRAM) */ #define CONFIG_MUNICES 1 /* ... on MUNICes board */ +#define CONFIG_SYS_GENERIC_BOARD #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xFFF00000 |