1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Drop PCMCIA

This is no-longer used in U-Boot and has not been converted to driver
model. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2019-08-01 09:47:14 -06:00
committed by Tom Rini
parent f3998fdc4d
commit 9e5616dea9
18 changed files with 1 additions and 862 deletions

View File

@@ -339,8 +339,6 @@ static inline struct in_addr env_get_ip(char *var)
return string_to_ip(env_get(var));
}
int pcmcia_init (void);
#ifdef CONFIG_LED_STATUS
# include <status_led.h>
#endif