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