X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fxes%2Fxpedite550x%2Fxpedite550x.c;h=6f91c83b6c202340995ddd7fea978f167774867e;hb=eddf52b593c6c5dfa1c0ce51a6656e3635175feb;hp=2ad30a30f90284ab26419d25ca29817ad4b5448c;hpb=16721715b9f753c6f165bb62eb8e6f57652cc3dc;p=karo-tx-uboot.git diff --git a/board/xes/xpedite550x/xpedite550x.c b/board/xes/xpedite550x/xpedite550x.c index 2ad30a30f9..6f91c83b6c 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);