]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/xes/xpedite550x/xpedite550x.c
Replace "FLASH" strings with "Flash" or "flash"
[karo-tx-uboot.git] / board / xes / xpedite550x / xpedite550x.c
index 2ad30a30f90284ab26419d25ca29817ad4b5448c..6f91c83b6c202340995ddd7fea978f167774867e 100644 (file)
@@ -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);