X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fxes%2Fxpedite537x%2Fxpedite537x.c;h=9d9afaefbcc34a2fe46cfc299cf57ccc03291922;hb=909e9bf3ae6195ac6d52f9e453fba2be8e7e947f;hp=89fa6c78b3034babba4e44b399ca39025f4c3942;hpb=f2b382ea066d02d5ba44870024cc1295e85782ef;p=oweals%2Fu-boot.git diff --git a/board/xes/xpedite537x/xpedite537x.c b/board/xes/xpedite537x/xpedite537x.c index 89fa6c78b3..9d9afaefbc 100644 --- a/board/xes/xpedite537x/xpedite537x.c +++ b/board/xes/xpedite537x/xpedite537x.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); @@ -96,12 +96,3 @@ void ft_board_setup(void *blob, bd_t *bd) ft_cpu_setup(blob, bd); } #endif - -#ifdef CONFIG_MP -extern void cpu_mp_lmb_reserve(struct lmb *lmb); - -void board_lmb_reserve(struct lmb *lmb) -{ - cpu_mp_lmb_reserve(lmb); -} -#endif