summaryrefslogtreecommitdiffstats
path: root/include/configs/bf533-stamp.h
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-03-12 12:11:55 +0800
committerAubrey Li <aubrey.adi@gmail.com>2007-03-12 12:11:55 +0800
commit0d93de11449390a5984b0236c3612e50f6dbb7e8 (patch)
tree2a18b53c26f2fd52427bc8d592a59d741848b646 /include/configs/bf533-stamp.h
parentbfa5754a58477ac917d21527cd0f079d87cf188e (diff)
downloadtalos-obmc-uboot-0d93de11449390a5984b0236c3612e50f6dbb7e8.tar.gz
talos-obmc-uboot-0d93de11449390a5984b0236c3612e50f6dbb7e8.zip
[Blackfin][PATCH] minor cleanup
Diffstat (limited to 'include/configs/bf533-stamp.h')
-rw-r--r--include/configs/bf533-stamp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h
index cde2c245c8..79a1404a40 100644
--- a/include/configs/bf533-stamp.h
+++ b/include/configs/bf533-stamp.h
@@ -120,7 +120,7 @@
*/
#define CFG_FLASH_CFI /* The flash is CFI compatible */
-#define CFG_FLASH_CFI_DRIVER /* Use common CFI driver */
+#define CFG_FLASH_CFI_DRIVER /* Use common CFI driver */
#define CFG_FLASH_CFI_AMD_RESET
#define CFG_FLASH_BASE 0x20000000
@@ -228,7 +228,7 @@
#endif
/* configuration lookup from the BOOTP/DHCP server, */
-/* but not try to load any image using TFTP */
+/* but not try to load any image using TFTP */
#define CONFIG_BOOTDELAY 5
#define CONFIG_BOOT_RETRY_TIME -1 /* Enable this if bootretry required, currently its disabled */
@@ -289,7 +289,7 @@
"$(rootpath) console=ttyBF0,57600\0" \
"addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):" \
"$(gatewayip):$(netmask):$(hostname):eth0:off\0" \
- "ramboot=tftpboot $(loadaddr) linux; " \
+ "ramboot=tftpboot $(loadaddr) linux; " \
"run ramargs;run addip;bootelf\0" \
"nfsboot=tftpboot $(loadaddr) linux; " \
"run nfsargs;run addip;bootelf\0" \
OpenPOWER on IntegriCloud