diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-03-07 12:27:31 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-07 12:47:11 -0600 |
commit | 270fe261b7f9292800b2b3d1bf19ae7cbc880258 (patch) | |
tree | 8123968e087299b66ab93ba29b15b7b4f8a5b298 /include/configs/MPC832XEMDS.h | |
parent | f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675 (diff) |
mpc83xx: make dtb basename file references equal those of linux
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>
Diffstat (limited to 'include/configs/MPC832XEMDS.h')
-rw-r--r-- | include/configs/MPC832XEMDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 702b073381e..f32c4f70cf7 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -583,7 +583,7 @@ "ramdiskaddr=1000000\0" \ "ramdiskfile=ramfs.83xx\0" \ "fdtaddr=400000\0" \ - "fdtfile=mpc832xemds.dtb\0" \ + "fdtfile=mpc832x_mds.dtb\0" \ "" #define CONFIG_NFSBOOTCOMMAND \ |