diff options
Diffstat (limited to 'include/configs/DU440.h')
-rw-r--r-- | include/configs/DU440.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/DU440.h b/include/configs/DU440.h index 0827113..5ffa6e4 100644 --- a/include/configs/DU440.h +++ b/include/configs/DU440.h @@ -223,7 +223,7 @@ "flash_self=run ramargs addip addtty optargs;" \ "bootm ${kernel_addr} ${ramdisk_addr}\0" \ "net_nfs=tftp 200000 ${img};run nfsargs addip addtty optargs;" \ - "bootm\0" \ + "bootm\0" \ "rootpath=/tftpboot/du440/target_root_du440\0" \ "img=/tftpboot/du440/uImage\0" \ "kernel_addr=FFC00000\0" \ |