diff options
Diffstat (limited to 'include/configs/p3p440.h')
| -rw-r--r-- | include/configs/p3p440.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/p3p440.h b/include/configs/p3p440.h index 5e5adbc61..f6cb813bc 100644 --- a/include/configs/p3p440.h +++ b/include/configs/p3p440.h @@ -129,7 +129,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_4xx\0"					\  	"bootfile=/tftpboot/p3p440/uImage\0"				\  	"kernel_addr=ff800000\0"					\ |