]> git.sur5r.net Git - u-boot/commitdiff
mpc83xx: make dtb basename file references equal those of linux
authorKim Phillips <kim.phillips@freescale.com>
Fri, 7 Mar 2008 18:27:31 +0000 (12:27 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 7 Mar 2008 18:47:11 +0000 (12:47 -0600)
the dts file basenames were updated in linux - this helps avoid
inadvertently loading any old dtbs laying around.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MPC832XEMDS.h
include/configs/MPC8360EMDS.h
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h

index 702b073381eea5df4eb7c53a9a5e0facede2a1f7..f32c4f70cf77782d15fe47dcc9b7aaca69559a6c 100644 (file)
    "ramdiskaddr=1000000\0"                                             \
    "ramdiskfile=ramfs.83xx\0"                                          \
    "fdtaddr=400000\0"                                                  \
-   "fdtfile=mpc832xemds.dtb\0"                                         \
+   "fdtfile=mpc832x_mds.dtb\0"                                         \
    ""
 
 #define CONFIG_NFSBOOTCOMMAND                                          \
index eff9fbaaee9bdf0668ddf069446ac62f92f13fd8..c8dcbc628bda039b9e80af356d49bf4d5c75187d 100644 (file)
    "ramdiskaddr=1000000\0"                                             \
    "ramdiskfile=ramfs.83xx\0"                                          \
    "fdtaddr=400000\0"                                                  \
-   "fdtfile=mpc8360emds.dtb\0"                                         \
+   "fdtfile=mpc836x_mds.dtb\0"                                         \
    ""
 
 #define CONFIG_NFSBOOTCOMMAND                                          \
index 2222ef2199532484ac63790bf8aa3c3a8c5d32c5..5586533de59eea27ff190a5a193e4c3bc7b3df10 100644 (file)
    "ramdiskaddr=1000000\0"                                             \
    "ramdiskfile=ramfs.83xx\0"                                          \
    "fdtaddr=400000\0"                                                  \
-   "fdtfile=mpc837xemds.dtb\0"                                         \
+   "fdtfile=mpc8379_mds.dtb\0"                                         \
    ""
 
 #define CONFIG_NFSBOOTCOMMAND                                          \
index 2da4f290f91c861e21dc7d909f84ef8f58b655ea..1964946ec8d2e8411b0aefe4b4bcf93084fa33ec 100644 (file)
 #define CONFIG_RAMDISKFILE     rootfs.ext2.gz.uboot
 #define CONFIG_BOOTFILE                uImage
 #define CONFIG_UBOOTPATH       u-boot.bin      /* U-Boot image on TFTP server */
-#define CONFIG_FDTFILE         mpc837x_rdb.dtb
+#define CONFIG_FDTFILE         mpc8379_rdb.dtb
 
 #define CONFIG_LOADADDR                200000  /* default location for tftp and bootm */
 #define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */