summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-12-28 18:12:05 -0600
committerWolfgang Denk <wd@denx.de>2011-01-19 00:02:37 +0100
commiteddf52b593c6c5dfa1c0ce51a6656e3635175feb (patch)
treefb0ef8d985b8eb7a94f5cb1d7384b1911e973592 /arch/microblaze
parent16721715b9f753c6f165bb62eb8e6f57652cc3dc (diff)
downloadblackbird-obmc-uboot-eddf52b593c6c5dfa1c0ce51a6656e3635175feb.tar.gz
blackbird-obmc-uboot-eddf52b593c6c5dfa1c0ce51a6656e3635175feb.zip
Replace "FLASH" strings with "Flash" or "flash"
There's no compelling reason to have the output on bootup or the "flinfo" command print "flash" in uppercase, so use the proper case where appropriate. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/lib/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
index b06212efd2..c5f7ac4733 100644
--- a/arch/microblaze/lib/board.c
+++ b/arch/microblaze/lib/board.c
@@ -127,7 +127,7 @@ void board_init (void)
printf ("\tU-Boot Start:0x%08x\n", CONFIG_SYS_TEXT_BASE);
#if defined(CONFIG_CMD_FLASH)
- puts ("FLASH: ");
+ puts ("Flash: ");
bd->bi_flashstart = CONFIG_SYS_FLASH_BASE;
if (0 < (flash_size = flash_init ())) {
bd->bi_flashsize = flash_size;
OpenPOWER on IntegriCloud