commit | 3928b1de964da4d4c19316368eafeb46ac5b1359 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Jul 17 09:35:27 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 27 13:36:53 2019 -0400 |
tree | 4b523b6008aae391111d7f6aa9e4f9ae253b2fc6 | |
parent | 8de5f8201d6676e446b33a0e49d80fb34d1272e4 [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>