diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2007-08-03 12:08:16 +0200 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2007-08-03 12:08:16 +0200 |
commit | 86b116b1b1e165ca4840daefed36d2e3b8460173 (patch) | |
tree | 8c11635599ffb0783a24e6f38f9ad4fb93442626 /MAKEALL | |
parent | b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 (diff) | |
download | u-boot-imx-86b116b1b1e165ca4840daefed36d2e3b8460173.zip u-boot-imx-86b116b1b1e165ca4840daefed36d2e3b8460173.tar.gz u-boot-imx-86b116b1b1e165ca4840daefed36d2e3b8460173.tar.bz2 |
cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
Add the ability for modules from the Schindler cm5200 family to use a
single U-Boot image:
- rename cm1_qp1 to cm5200
- add run-time module detection
- parametrize SDRAM configuration according to the module we are running on
Few minor, board-specific fixes included in this patch:
- better MAC address handling
- updated default environment ('update' command uses +{filesize} now)
- improved error messages in the auto-update code
- allow booting U-Boot from RAM (CFG_RAMBOOT)
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ LIST_5xx=" \ ######################################################################### LIST_5xxx=" \ - BC3450 cm1_qp1 cpci5200 EVAL5200 \ + BC3450 cm5200 cpci5200 EVAL5200 \ fo300 icecube_5100 icecube_5200 lite5200b \ mcc200 mecp5200 motionpro o2dnt \ pf5200 PM520 TB5200 Total5100 \ |