mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 07:52:46 +02:00
powerpc, 5xx: remove support for 5xx
There was for long time no activity in the 5xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 5xx, so remove it. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
@@ -183,8 +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_E500)
|
||||
#if defined(CONFIG_E500)
|
||||
print_num("immr_base", bd->bi_immr_base);
|
||||
#endif
|
||||
print_num("bootflags", bd->bi_bootflags);
|
||||
|
Reference in New Issue
Block a user