diff options
Diffstat (limited to 'include/configs/uc100.h')
-rw-r--r-- | include/configs/uc100.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uc100.h b/include/configs/uc100.h index 8bf7353..faae7ff 100644 --- a/include/configs/uc100.h +++ b/include/configs/uc100.h @@ -65,7 +65,7 @@ "flash_self=run ramargs addip addtty;" \ "bootm ${kernel_addr} ${ramdisk_addr}\0" \ "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \ - "bootm\0" \ + "bootm\0" \ "rootpath=/opt/eldk/ppc_8xx\0" \ "bootfile=/tftpboot/uc100/uImage\0" \ "kernel_addr=40000000\0" \ |