diff options
| author | Peter Tyser <ptyser@xes-inc.com> | 2010-12-28 18:12:05 -0600 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-01-19 00:02:37 +0100 |
| commit | eddf52b593c6c5dfa1c0ce51a6656e3635175feb (patch) | |
| tree | fb0ef8d985b8eb7a94f5cb1d7384b1911e973592 /board/xes/xpedite550x/xpedite550x.c | |
| parent | 16721715b9f753c6f165bb62eb8e6f57652cc3dc (diff) | |
| download | olio-uboot-2014.01-eddf52b593c6c5dfa1c0ce51a6656e3635175feb.tar.xz olio-uboot-2014.01-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 'board/xes/xpedite550x/xpedite550x.c')
| -rw-r--r-- | board/xes/xpedite550x/xpedite550x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xes/xpedite550x/xpedite550x.c b/board/xes/xpedite550x/xpedite550x.c index 2ad30a30f..6f91c83b6 100644 --- a/board/xes/xpedite550x/xpedite550x.c +++ b/board/xes/xpedite550x/xpedite550x.c @@ -47,7 +47,7 @@ static void flash_cs_fixup(void) */ flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & CONFIG_SYS_PCA953X_C0_FLASH_PASS_CS)); - printf("FLASH: Executed from FLASH%d\n", flash_sel ? 2 : 1); + printf("Flash: Executed from flash%d\n", flash_sel ? 2 : 1); if (flash_sel) { set_lbc_br(0, CONFIG_SYS_BR1_PRELIM); |