commit | f6af8ce0c80327cb6aaa347642026ad838335c23 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jul 21 14:33:52 2009 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jul 24 09:56:18 2009 +0200 |
tree | 7b21d8659d88ba0c31f481e357d80c4ff2aa0aba | |
parent | 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c [diff] |
ppc4xx: Fix EEPROM configuration on Kilauea Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't work correctly. Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS) is set to a more defensive value of 10ms. Signed-off-by: Stefan Roese <sr@denx.de>