forked from pool/u-boot
93353a2a1e
1 OBS-URL: https://build.opensuse.org/request/show/530881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=90
23 lines
749 B
Diff
23 lines
749 B
Diff
From 108c50bbd5a40900d9bd033ba0633d31e2de252b Mon Sep 17 00:00:00 2001
|
|
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
|
Date: Mon, 2 Oct 2017 15:25:19 +0200
|
|
Subject: [PATCH] Fix boot on Beagleboard xM by disabling CONFIG_FIT until a
|
|
proper fix can be find
|
|
|
|
---
|
|
configs/omap3_beagle_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
|
|
index cf888f3491..f3df72d3f1 100644
|
|
--- a/configs/omap3_beagle_defconfig
|
|
+++ b/configs/omap3_beagle_defconfig
|
|
@@ -3,6 +3,7 @@ CONFIG_ARCH_OMAP2PLUS=y
|
|
CONFIG_SYS_TEXT_BASE=0x80100000
|
|
CONFIG_TARGET_OMAP3_BEAGLE=y
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
+# CONFIG_FIT is not set
|
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
|
CONFIG_VERSION_VARIABLE=y
|
|
CONFIG_SPL=y
|