summaryrefslogtreecommitdiffstats
path: root/include/configs/katmai.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-11-09 14:15:42 +0100
committerStefan Roese <sr@denx.de>2009-11-10 15:09:37 +0100
commitefe12bcec55c3d77b9ead56e62010d26b66781f3 (patch)
tree1057b2d6723df6164512f9f91b4b4685a8a8051a /include/configs/katmai.h
parentcdaed5dc31f4023610f180fe158ec8c6f5e855a3 (diff)
downloadtalos-obmc-uboot-efe12bcec55c3d77b9ead56e62010d26b66781f3.tar.gz
talos-obmc-uboot-efe12bcec55c3d77b9ead56e62010d26b66781f3.zip
ppc4xx: Katmai: Add chip_config command
This patch removes the Katmai "bootstrap" command and replaces it with the now common command "chip_config". Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r--include/configs/katmai.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 3840267312..c013ac4b3c 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -140,6 +140,11 @@
#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
+/* I2C bootstrap EEPROM */
+#define CONFIG_4xx_CONFIG_I2C_EEPROM_ADDR 0x50
+#define CONFIG_4xx_CONFIG_I2C_EEPROM_OFFSET 0
+#define CONFIG_4xx_CONFIG_BLOCKSIZE 8
+
/* I2C RTC */
#define CONFIG_RTC_M41T11 1
#define CONFIG_SYS_RTC_BUS_NUM 1 /* The I2C bus for RTC */
@@ -194,8 +199,10 @@
/*
* Commands additional to the ones defined in amcc-common.h
*/
-#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_CHIP_CONFIG
#define CONFIG_CMD_DATE
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_FAT
#define CONFIG_CMD_PCI
#define CONFIG_CMD_SDRAM
#define CONFIG_CMD_SNTP
OpenPOWER on IntegriCloud