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>
This commit is contained in:
Arthur Heymans 2019-04-12 15:26:33 +02:00 committed by Patrick Georgi
parent f4af723fd8
commit 89d4a601f5
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ else
false false
endif endif
else else
cat $(project_dir)/configs/coreboot-x86_defconfig >> $(project_config_file) cat $(project_dir)/configs/coreboot_defconfig >> $(project_config_file)
endif endif
$(MAKE) -C $(project_dir) olddefconfig $(MAKE) -C $(project_dir) olddefconfig