diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-04-12 15:23:41 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-23 09:54:15 +0000 |
commit | 52cb8a7fec55ba3c27235b29691b4ff0741daed5 (patch) | |
tree | cb7f1dc1961a9f2d3b4700a08777fb09104763d4 /payloads/external | |
parent | 8b784004d3190e6bc1e49994f726f8edcbd36460 (diff) |
payloads/U-Boot: Unexport the coreboot_exports
Without this U-Boot ends up overwriting the coreboot .config when
generating a configfile.
Change-Id: I62fc0aa3ede0287ffc96915182a2ed5a4877f29d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32303
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/U-Boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index 67c60c1535..653662f0ff 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -30,6 +30,7 @@ unexport KCONFIG_DEPENDENCIES unexport KCONFIG_SPLITCONFIG unexport KCONFIG_TRISTATE unexport KCONFIG_NEGATIVES +unexport $(COREBOOT_EXPORTS) all: build |