diff options
Diffstat (limited to 'board/xes/xpedite517x/xpedite517x.c')
| -rw-r--r-- | board/xes/xpedite517x/xpedite517x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/xes/xpedite517x/xpedite517x.c b/board/xes/xpedite517x/xpedite517x.c index 572a90800..61443aab8 100644 --- a/board/xes/xpedite517x/xpedite517x.c +++ b/board/xes/xpedite517x/xpedite517x.c @@ -48,7 +48,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); |