mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
85f9823cd7
commit
cc861f7127
@ -732,7 +732,7 @@
|
|||||||
"era fe000000 fe03ffff; cp.b 100000 fe000000 ${filesize}\0" \
|
"era fe000000 fe03ffff; cp.b 100000 fe000000 ${filesize}\0" \
|
||||||
"upd=run load update\0" \
|
"upd=run load update\0" \
|
||||||
"fdtaddr=780000\0" \
|
"fdtaddr=780000\0" \
|
||||||
"fdtfile=mpc8349emds.dtb\0" \
|
"fdtfile=mpc834x_mds.dtb\0" \
|
||||||
""
|
""
|
||||||
|
|
||||||
#define CONFIG_NFSBOOTCOMMAND \
|
#define CONFIG_NFSBOOTCOMMAND \
|
||||||
|
@ -530,7 +530,7 @@
|
|||||||
"consoledev=ttyS0\0"\
|
"consoledev=ttyS0\0"\
|
||||||
"loadaddr=a00000\0"\
|
"loadaddr=a00000\0"\
|
||||||
"fdtaddr=900000\0"\
|
"fdtaddr=900000\0"\
|
||||||
"fdtfile=dtb\0"\
|
"fdtfile=mpc836x_rdk.dtb\0"\
|
||||||
"fsfile=fs\0"\
|
"fsfile=fs\0"\
|
||||||
"ubootfile=u-boot.bin\0"\
|
"ubootfile=u-boot.bin\0"\
|
||||||
"mtdparts=mtdparts=60000000.nand-flash:4096k(kernel),128k(dtb),-(rootfs)\0"\
|
"mtdparts=mtdparts=60000000.nand-flash:4096k(kernel),128k(dtb),-(rootfs)\0"\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user