Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32305
Change subject: payload/U-Boot: Fix generating a default config on the master branch ......................................................................
payload/U-Boot: Fix generating a default config on the master branch
The name of the default configuration file for x86 coreboot changed.
Change-Id: I6544142a70bd3e1e13ee52eccbd5335f8375a4f6 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M payloads/external/U-Boot/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/32305/1
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index c17b67f..b47e74c 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -65,7 +65,7 @@ false endif else - cat $(project_dir)/configs/coreboot-x86_defconfig >> $(project_config_file) + cat $(project_dir)/configs/coreboot_defconfig >> $(project_config_file) endif
$(MAKE) -C $(project_dir) olddefconfig
Philipp Deppenwiese has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32305 )
Change subject: payload/U-Boot: Fix generating a default config on the master branch ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/32305 )
Change subject: payload/U-Boot: Fix generating a default config on the master branch ......................................................................
payload/U-Boot: Fix generating a default config on the master branch
The name of the default configuration file for x86 coreboot changed.
Change-Id: I6544142a70bd3e1e13ee52eccbd5335f8375a4f6 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/32305 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Philipp Deppenwiese zaolin.daisuki@gmail.com --- M payloads/external/U-Boot/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Philipp Deppenwiese: Looks good to me, approved
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile index c17b67f..b47e74c 100644 --- a/payloads/external/U-Boot/Makefile +++ b/payloads/external/U-Boot/Makefile @@ -65,7 +65,7 @@ false endif else - cat $(project_dir)/configs/coreboot-x86_defconfig >> $(project_config_file) + cat $(project_dir)/configs/coreboot_defconfig >> $(project_config_file) endif
$(MAKE) -C $(project_dir) olddefconfig