diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-05-16 12:51:07 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-05-20 08:42:28 +0200 |
commit | b0fb2234be259a32325f5fc28750bd7b8aebc708 (patch) | |
tree | 19d428f42da70ad550b4395bf671ced34286af65 /src/arch/x86/include | |
parent | d433acb8164aa836aadd14e00d11ed4dc31b029d (diff) |
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/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/llshell.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/arch/x86/include/arch/llshell.h b/src/arch/x86/include/arch/llshell.h deleted file mode 100644 index 556df7d046..0000000000 --- a/src/arch/x86/include/arch/llshell.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __ARCH_LLSHELL__ -#define __ARCH_LLSHELL__ - - -#if CONFIG_LLSHELL -#define llshell() asm("jmp low_level_shell"); -#else -#define llshell() print_debug("LLSHELL not active.\n"); -#endif - -#endif |