commit | b7dc0e88a5763f8760fb6efc171543e150550818 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jun 19 17:22:44 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Jun 19 17:22:44 2007 +0200 |
tree | 00b4895198adc62482dd27f6c6740155ac1e13a1 | |
parent | 80d99a44fe560f6d8c946737e5c3f99892a4807e [diff] |
ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board This patch adds a board command to configure the I2C bootstrap EEPROM values. Right now 533 and 667MHz are supported for booting either via NOR or NAND FLASH. Here the usage: => bootstrap 533 nor ;to configure the board for 533MHz NOR booting => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting Signed-off-by: Stefan Roese <sr@denx.de>