From b0fb2234be259a32325f5fc28750bd7b8aebc708 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 16 May 2013 12:51:07 -0700 Subject: Drop llshell This feature has not been used and was never fully integrated. In the progress of cleaning up coreboot, let's drop it. Change-Id: Ib40acdba30aef00a4a162f2b1009bf8b7db58bbb Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/3251 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/thomson/ip1000/romstage.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainboard/thomson') diff --git a/src/mainboard/thomson/ip1000/romstage.c b/src/mainboard/thomson/ip1000/romstage.c index 1e05d6336d..30ea8bdb2e 100644 --- a/src/mainboard/thomson/ip1000/romstage.c +++ b/src/mainboard/thomson/ip1000/romstage.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "drivers/pc80/udelay_io.c" #include #include @@ -117,8 +116,4 @@ void main(unsigned long bist) /* Initialize memory */ sdram_initialize(); - -#if CONFIG_LLSHELL - llshell(); -#endif } -- cgit v1.2.3