Browse Source

mpc83xx: make 8360 default environment fdt be 8360 (not 8349)

make 8360 default environment fdt be 8360 (not 8349)
Kim Phillips 18 years ago
parent
commit
6752ed088c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/configs/MPC8360EMDS.h

+ 1 - 1
include/configs/MPC8360EMDS.h

@@ -609,7 +609,7 @@
    "ramdiskaddr=1000000\0"						\
    "ramdiskfile=ramfs.83xx\0"						\
    "fdtaddr=400000\0"							\
-   "fdtfile=mpc8349emds.dtb\0"						\
+   "fdtfile=mpc8360emds.dtb\0"						\
    ""
 
 #define CONFIG_NFSBOOTCOMMAND						\