summaryrefslogtreecommitdiff
path: root/src/mainboard/thomson
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-05-16 12:51:07 -0700
committerRonald G. Minnich <rminnich@gmail.com>2013-05-20 08:42:28 +0200
commitb0fb2234be259a32325f5fc28750bd7b8aebc708 (patch)
tree19d428f42da70ad550b4395bf671ced34286af65 /src/mainboard/thomson
parentd433acb8164aa836aadd14e00d11ed4dc31b029d (diff)
downloadcoreboot-b0fb2234be259a32325f5fc28750bd7b8aebc708.tar.xz
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 <reinauer@google.com> Reviewed-on: http://review.coreboot.org/3251 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/thomson')
-rw-r--r--src/mainboard/thomson/ip1000/romstage.c5
1 files changed, 0 insertions, 5 deletions
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 <arch/io.h>
#include <device/pnp_def.h>
#include <arch/hlt.h>
-#include <arch/llshell.h>
#include "drivers/pc80/udelay_io.c"
#include <console/console.h>
#include <lib.h>
@@ -117,8 +116,4 @@ void main(unsigned long bist)
/* Initialize memory */
sdram_initialize();
-
-#if CONFIG_LLSHELL
- llshell();
-#endif
}