diff options
author | Matthias Fuchs | 2014-10-24 12:44:40 +0200 |
---|---|---|
committer | Tom Rini | 2014-10-27 17:54:13 -0400 |
commit | f39c5d1e6a2080c6913e11fb30899c8b2adfb0f3 (patch) | |
tree | 1764e11dabeda0ef16057de1f35e6692a609c2f3 /include | |
parent | 86f4695bd0dd82913936540593bfa8e74fdb98f3 (diff) |
ppc4xx: update PMC440 board support
- switch to GENERIC_BOARD
- fix env support from eeprom
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/PMC440.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index c5e2f164ce0..c29429d368a 100644 --- a/include/configs/PMC440.h +++ b/include/configs/PMC440.h @@ -29,6 +29,9 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF90000 #endif +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO + #define CONFIG_SYS_CLK_FREQ 33333400 #if 0 /* temporary disabled because OS/9 does not like dcache on startup */ @@ -133,6 +136,7 @@ #endif #ifdef CONFIG_ENV_IS_IN_EEPROM +#define CONFIG_I2C_ENV_EEPROM_BUS 0 #define CONFIG_ENV_OFFSET 0 /* environment starts at the beginning of the EEPROM */ #define CONFIG_ENV_SIZE 0x1000 /* 4096 bytes may be used for env vars */ #endif |