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 1d736f3..9b2d25a 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 68d68bb..cb0535c 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"\