diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-08-26 21:25:46 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-08-26 21:28:55 -0500 |
commit | cc861f7127f200e704baaf061a7f508e3c93f2a3 (patch) | |
tree | 23560cbcc90392b7ba44105902b18250e4b4d5ae /include/configs/MPC8360ERDK.h | |
parent | 85f9823cd74bd2d9a7854ca0b2244e43b5214e5a (diff) | |
download | u-boot-imx-cc861f7127f200e704baaf061a7f508e3c93f2a3.zip u-boot-imx-cc861f7127f200e704baaf061a7f508e3c93f2a3.tar.gz u-boot-imx-cc861f7127f200e704baaf061a7f508e3c93f2a3.tar.bz2 |
mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8360ERDK.h')
-rw-r--r-- | include/configs/MPC8360ERDK.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index 68d68bb..cb0535c 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -530,7 +530,7 @@ "consoledev=ttyS0\0"\ "loadaddr=a00000\0"\ "fdtaddr=900000\0"\ - "fdtfile=dtb\0"\ + "fdtfile=mpc836x_rdk.dtb\0"\ "fsfile=fs\0"\ "ubootfile=u-boot.bin\0"\ "mtdparts=mtdparts=60000000.nand-flash:4096k(kernel),128k(dtb),-(rootfs)\0"\ |