mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-04 14:00:19 +00:00
Adapt TQM85xx ramdisk address to Linux kernel memory map
This commit is contained in:
parent
d10afb3916
commit
015c200b1f
@ -2,6 +2,8 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Adapt TQM85xx ramdisk address to Linux kernel memory map
|
||||||
|
|
||||||
* Add initial support for PCI-Express on PPC440SPe (Yucca board).
|
* Add initial support for PCI-Express on PPC440SPe (Yucca board).
|
||||||
|
|
||||||
* Fix compiler warning for TRAB board.
|
* Fix compiler warning for TRAB board.
|
||||||
|
|||||||
@ -449,7 +449,7 @@
|
|||||||
"run nfsargs addip addcons;bootm\0" \
|
"run nfsargs addip addcons;bootm\0" \
|
||||||
"rootpath=/opt/eldk/ppc_85xx\0" \
|
"rootpath=/opt/eldk/ppc_85xx\0" \
|
||||||
"kernel_addr=FE000000\0" \
|
"kernel_addr=FE000000\0" \
|
||||||
"ramdisk_addr=FE100000\0" \
|
"ramdisk_addr=FE180000\0" \
|
||||||
"load=tftp 100000 /tftpboot/$hostname/u-boot.bin\0" \
|
"load=tftp 100000 /tftpboot/$hostname/u-boot.bin\0" \
|
||||||
"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;" \
|
"update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;" \
|
||||||
"cp.b 100000 fffc0000 40000;" \
|
"cp.b 100000 fffc0000 40000;" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user