summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--payloads/external/U-Boot/Kconfig.name2
-rw-r--r--payloads/external/U-Boot/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/U-Boot/Kconfig.name b/payloads/external/U-Boot/Kconfig.name
index fbef16e6b619..5f2428070169 100644
--- a/payloads/external/U-Boot/Kconfig.name
+++ b/payloads/external/U-Boot/Kconfig.name
@@ -1,5 +1,5 @@
config PAYLOAD_UBOOT
- bool "U-Boot (Experimental)"
+ bool "U-Boot"
depends on ARCH_X86
help
Select this option if you want to build a coreboot image
diff --git a/payloads/external/U-Boot/Makefile b/payloads/external/U-Boot/Makefile
index c29fe2b6132e..ea850b31eeac 100644
--- a/payloads/external/U-Boot/Makefile
+++ b/payloads/external/U-Boot/Makefile
@@ -5,7 +5,7 @@ TAG-$(CONFIG_UBOOT_STABLE)=$(STABLE_COMMIT_ID)
project_name=U-Boot
project_dir=u-boot
-project_git_repo=http://git.denx.de/u-boot.git
+project_git_repo=http://github.com/u-boot/u-boot/
project_build_dir=build
project_config_file=$(project_build_dir)/.config