mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc, 8xx: remove support for 8xx
There was for long time no activity in the 8xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 8xx, so remove it (with a heavy heart, knowing that I remove here the root of U-Boot). Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#if defined(CONFIG_IDE_8xx_DIRECT) || defined(CONFIG_IDE_PCMCIA)
|
||||
#if defined(CONFIG_IDE_PCMCIA)
|
||||
# include <pcmcia.h>
|
||||
#endif
|
||||
|
||||
@ -42,12 +42,7 @@ int do_ide(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
|
||||
return CMD_RET_USAGE;
|
||||
case 2:
|
||||
if (strncmp(argv[1], "res", 3) == 0) {
|
||||
puts("\nReset IDE"
|
||||
#ifdef CONFIG_IDE_8xx_DIRECT
|
||||
" on PCMCIA " PCMCIA_SLOT_MSG
|
||||
#endif
|
||||
": ");
|
||||
|
||||
puts("\nReset IDE: ");
|
||||
ide_init();
|
||||
return 0;
|
||||
} else if (strncmp(argv[1], "inf", 3) == 0) {
|
||||
|
Reference in New Issue
Block a user