]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_f.c
powerpc, 5xx: remove support for 5xx
[people/ms/u-boot.git] / common / board_f.c
index b02ca37f5f45c138ca3be235caf64ad228d5d925..0a1ef1a8a881ec6f51de9734b1885ebc7b2cc0d3 100644 (file)
@@ -547,8 +547,7 @@ static int setup_board_part1(void)
        bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE;         /* size  of SRAM */
 #endif
 
-#if defined(CONFIG_5xx) || \
-               defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
+#if defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
        bd->bi_immr_base = CONFIG_SYS_IMMR;     /* base  of IMMR register     */
 #endif
 #if defined(CONFIG_MPC5xxx) || defined(CONFIG_M68K)