Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
015c200b
Commit
015c200b
authored
Aug 11, 2006
by
Wolfgang Denk
Browse files
Adapt TQM85xx ramdisk address to Linux kernel memory map
parent
d10afb39
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
015c200b
...
@@ -2,6 +2,8 @@
...
@@ -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.
...
...
include/configs/TQM85xx.h
View file @
015c200b
...
@@ -449,7 +449,7 @@
...
@@ -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=FE1
0
0000\0" \
"ramdisk_addr=FE1
8
0000\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;" \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment