]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Fix typo.
authorWolfgang Denk <wd@pollux.denx.de>
Tue, 29 Aug 2006 08:49:11 +0000 (10:49 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Tue, 29 Aug 2006 08:49:11 +0000 (10:49 +0200)
CHANGELOG
include/configs/mcc200.h

index e326782373ecdd4b514dcc5139cee03c5ec1e672..46e77e7c462b760dbf552f72b9d05a347e60b0cc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix typo.
+
 * Code cleanup
 
 * Update for MCC200 / PRS200 boards:
index 14a5bae36c7c1ab6b543517a014104858dee846a..fc5781e438fbb9c529f7f828d6807cfd5fe96f46 100644 (file)
                "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"    \