diff options
Diffstat (limited to 'include/configs/TQM855L.h')
-rw-r--r-- | include/configs/TQM855L.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index ae22b77d7f9..330c931cc13 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -69,8 +69,9 @@ "net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \ "rootpath=/opt/eldk/ppc_8xx\0" \ "bootfile=/tftpboot/TQM855L/uImage\0" \ - "kernel_addr=40040000\0" \ - "ramdisk_addr=40100000\0" \ + "fdt_addr=40040000\0" \ + "kernel_addr=40060000\0" \ + "ramdisk_addr=40200000\0" \ "" #define CONFIG_BOOTCOMMAND "run flash_self" |