diff mbox series

[U-Boot] ARM: omap3/omap35_logic: Fix broken Logic PD Torpedo booting

Message ID 20190717143527.21782-1-aford173@gmail.com
State Accepted
Commit 0d54e3bd47f0237740893cfe22c34ff7ccc9dcd3
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: omap3/omap35_logic: Fix broken Logic PD Torpedo booting | expand

Commit Message

Adam Ford July 17, 2019, 2:35 p.m. UTC
The SOM-LV and Torpedo boards are very similar, but something
happened growing SPL enough to break the Torpedo.  The SOM-LV
board were not doing alias sequencing during SPL and they
continue to work while something broke the Torpedo.  This
patch disables SPL_DM_SEQ_ALIAS allowing it to boot again.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini July 28, 2019, 9:51 p.m. UTC | #1
On Wed, Jul 17, 2019 at 09:35:27AM -0500, Adam Ford wrote:

> The SOM-LV and Torpedo boards are very similar, but something
> happened growing SPL enough to break the Torpedo.  The SOM-LV
> board were not doing alias sequencing during SPL and they
> continue to work while something broke the Torpedo.  This
> patch disables SPL_DM_SEQ_ALIAS allowing it to boot again.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
> index 3a529e8836..5bc4c9c8ed 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
index 3a529e8836..5bc4c9c8ed 100644
--- a/configs/omap35_logic_defconfig
+++ b/configs/omap35_logic_defconfig
@@ -41,7 +41,6 @@  CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-35xx-devkit"
 # CONFIG_ENV_IS_IN_FAT is not set
 CONFIG_ENV_IS_IN_NAND=y
 CONFIG_SPL_DM=y
-CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_SPL_OF_TRANSLATE=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index 0868e33131..7a9e57c988 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -40,7 +40,6 @@  CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit"
 # CONFIG_ENV_IS_IN_FAT is not set
 CONFIG_ENV_IS_IN_NAND=y
 CONFIG_SPL_DM=y
-CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_OMAP_HS=y