diff options
Diffstat (limited to 'include/configs/P3G4.h')
-rw-r--r-- | include/configs/P3G4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P3G4.h b/include/configs/P3G4.h index 6328ba9..354e9d2 100644 --- a/include/configs/P3G4.h +++ b/include/configs/P3G4.h @@ -85,7 +85,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_74xx\0" \ "bootfile=/tftpboot/p3g4/uImage\0" \ "kernel_addr=ff000000\0" \ |