diff options
author | Adam Ford <aford173@gmail.com> | 2019-07-17 09:35:27 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-27 13:36:53 -0400 |
commit | 0d54e3bd47f0237740893cfe22c34ff7ccc9dcd3 (patch) | |
tree | 4b523b6008aae391111d7f6aa9e4f9ae253b2fc6 /configs/omap3_logic_defconfig | |
parent | f3996aef8caf2b45fa2f1d64749295a78844ef30 (diff) |
ARM: omap3/omap35_logic: Fix broken Logic PD Torpedo booting
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>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index b259b3720e..9a74a8f24d 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 |