diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | include/configs/mcc200.h | 2 | 
2 files changed, 3 insertions, 1 deletions
@@ -17,6 +17,8 @@ Changes since U-Boot 1.1.4:    of total memory and u-boot will not booting up.    Patch by Adam Graham, 24 Aug 2006 +* Fix typo. +  * Code cleanup  * Update for MCC200 / PRS200 boards: diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h index 14a5bae36..fc5781e43 100644 --- a/include/configs/mcc200.h +++ b/include/configs/mcc200.h @@ -143,7 +143,7 @@  		"bootm ${kernel_addr} ${ramdisk_addr}\0"		\  	"net_nfs=tftp 200000 ${bootfile};"				\  		"run nfsargs addip addcons;bootm\0"			\ -	"console=" LINUX_CONSOLE "\0"				\ +	"console=" CFG__LINUX_CONSOLE "\0"				\  	"rootpath=/opt/eldk/ppc_6xx\0"					\  	"bootfile=/tftpboot/" CFG__BOARDNAME "/uImage\0"		\  	"load=tftp 200000 /tftpboot/" CFG__BOARDNAME "/u-boot.bin\0"	\  |