diff options
Diffstat (limited to 'src/mainboard/thomson/ip1000/mainboard.c')
-rw-r--r-- | src/mainboard/thomson/ip1000/mainboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/thomson/ip1000/mainboard.c b/src/mainboard/thomson/ip1000/mainboard.c index ae5872d52b..ac06b25bd0 100644 --- a/src/mainboard/thomson/ip1000/mainboard.c +++ b/src/mainboard/thomson/ip1000/mainboard.c @@ -28,11 +28,6 @@ #include <arch/coreboot_tables.h> #include <arch/io.h> -int add_mainboard_resources(struct lb_memory *mem) -{ - return 0; -} - // setting the bit disables the led. #define PARPORT_GPIO_LED_GREEN (1 << 0) #define PARPORT_GPIO_LED_ORANGE (1 << 1) |