powerpc, 8xx: remove support for 8xx
[oweals/u-boot.git] / cmd / bdinfo.c
index ff3cce05f98922883f3c0fae91cdc649803b92c9..484a8532ed9b8eaea895cc40e95aa0f29d5a6af1 100644 (file)
@@ -157,7 +157,7 @@ static inline void print_baudrate(void)
 #endif
 }
 
-static inline void print_std_bdinfo(const bd_t *bd)
+static inline void __maybe_unused print_std_bdinfo(const bd_t *bd)
 {
        print_bi_boot_params(bd);
        print_bi_mem(bd);
@@ -183,7 +183,7 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        print_bi_flash(bd);
        print_num("sramstart",          bd->bi_sramstart);
        print_num("sramsize",           bd->bi_sramsize);
-#if    defined(CONFIG_5xx)  || defined(CONFIG_8xx) || \
+#if    defined(CONFIG_5xx)  || \
        defined(CONFIG_MPC8260) || defined(CONFIG_E500)
        print_num("immr_base",          bd->bi_immr_base);
 #endif