From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] mx6sabresd: Do not use DM with SPL
Date: Thu, 16 May 2019 17:01:46 -0300 [thread overview]
Message-ID: <20190516200148.5468-1-festevam@gmail.com> (raw)
With CONFIG_SPL_DM enabled the board does not boot:
U-Boot SPL 2019.07-rc2 (May 16 2019 - 14:28:55 -0300)
Trying to boot from MMC1
spl: could not find mmc device 0. error: -19
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
Remove such option, so that we can boot the board.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Hi,
If someone wants to fix the boot issue with CONFIG_SPL_DM=y, please
submit a patch, as I don't know what is the proper fix here.
Also, there is also the need for applying Peng's fix for
the framebuffer hang:
https://lists.denx.de/pipermail/u-boot/2019-April/366424.html
Thanks
configs/mx6sabresd_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index d3ed3c4543..5c2d055561 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -65,7 +65,6 @@ CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_SPL_OF_LIST="imx6dl-sabresd imx6q-sabresd imx6qp-sabresd"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
-CONFIG_SPL_DM=y
CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x12000000
CONFIG_FASTBOOT_BUF_SIZE=0x10000000
--
2.17.1
next reply other threads:[~2019-05-16 20:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-16 20:01 Fabio Estevam [this message]
2019-05-16 20:01 ` [U-Boot] [PATCH 2/3] mx6sabresd: Select pinctrl driver Fabio Estevam
2019-05-16 20:01 ` [U-Boot] [PATCH 3/3] mx6sabresd: Remove U-Boot proper mmc initialization Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190516200148.5468-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.