aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/u-boot-spl.lds')
-rw-r--r--arch/x86/cpu/u-boot-spl.lds4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/cpu/u-boot-spl.lds b/arch/x86/cpu/u-boot-spl.lds
index a0a2a06..50b4b16 100644
--- a/arch/x86/cpu/u-boot-spl.lds
+++ b/arch/x86/cpu/u-boot-spl.lds
@@ -11,10 +11,6 @@ ENTRY(_start)
SECTIONS
{
-#ifndef CONFIG_CMDLINE
- /DISCARD/ : { *(__u_boot_list_2_cmd_*) }
-#endif
-
. = IMAGE_TEXT_BASE; /* Location of bootcode in flash */
__text_start = .;
.text : {