diff options
author | Philipp Tomsich | 2017-08-04 14:01:32 +0200 |
---|---|---|
committer | Philipp Tomsich | 2017-08-13 17:15:08 +0200 |
commit | 0ee89f2daf94454bb8237bbfbdb6b0d8eed84481 (patch) | |
tree | 2b16fea6417a2e9de78de5159a40785f7f415d91 /include/configs/ls1021atwr.h | |
parent | b529993e0222ce8c97d3e8fe41e4a2e7878e281e (diff) |
spl: moveconfig: remove SPL_LDSCRIPT definitions for header-files
With the hierarchical defaults set up, we remove these from the header
files. To do so, I've run moveconfig on SPL_LDSCRIPT and this commits
the changes.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 0e5b0048688..f5c3947e303 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -95,7 +95,6 @@ board/freescale/ls1021atwr/ls102xa_rcw_sd_ifc.cfg #endif #define CONFIG_SPL_FRAMEWORK -#define CONFIG_SPL_LDSCRIPT "arch/$(ARCH)/cpu/u-boot-spl.lds" #ifdef CONFIG_SECURE_BOOT /* |