]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/xes/xpedite537x/xpedite537x.c
Replace "FLASH" strings with "Flash" or "flash"
[karo-tx-uboot.git] / board / xes / xpedite537x / xpedite537x.c
index 89fa6c78b3034babba4e44b399ca39025f4c3942..d074495f96674d0d93b639491e39a8a195fcb710 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);