]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
authorKim Phillips <kim.phillips@freescale.com>
Thu, 27 Aug 2009 02:25:46 +0000 (21:25 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 27 Aug 2009 02:28:55 +0000 (21:28 -0500)
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MPC8349EMDS.h
include/configs/MPC8360ERDK.h

index 1d736f32a6d904f40306cfe996b29bf0ce63ff5b..9b2d25a0118857b0e03ad5e260e52c090d44130c 100644 (file)
                "era fe000000 fe03ffff; cp.b 100000 fe000000 ${filesize}\0"     \
        "upd=run load update\0"                                         \
        "fdtaddr=780000\0"                                              \
-       "fdtfile=mpc8349emds.dtb\0"                                     \
+       "fdtfile=mpc834x_mds.dtb\0"                                     \
        ""
 
 #define CONFIG_NFSBOOTCOMMAND                                          \
index 68d68bbf3203a6538fb0e9316c008476b619c3b3..cb0535c151db575d6633e52883e2dc4b87978184 100644 (file)
    "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"\