summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-03-02 16:37:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 15:03:35 +0100
commit24402baf890887ed90ea9e6051321a1648a72ee4 (patch)
tree2960527781c82cfd2f063f422317944417c0db4a
parent72775c4146518f3debd7def3b952185f51d2b964 (diff)
mx7/soc.c: remove bmode usb, currently not working
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--arch/arm/cpu/armv7/mx7/soc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/soc.c b/arch/arm/cpu/armv7/mx7/soc.c
index 4fd8b2b6f6..9a6714ef5b 100644
--- a/arch/arm/cpu/armv7/mx7/soc.c
+++ b/arch/arm/cpu/armv7/mx7/soc.c
@@ -322,6 +322,10 @@ void set_wdog_reset(struct wdog_regs *wdog)
* to SBMR1, which will determine the boot device.
*/
const struct boot_mode soc_boot_modes[] = {
+#if 0 /* not working as in iMX6 */
+ /* reserved value should start rom usb */
+ {"usb", MAKE_CFGVAL(0x01, 0x00, 0x00, 0x00)},
+#endif
{"ecspi1:0", MAKE_CFGVAL(0x00, 0x60, 0x00, 0x00)},
{"ecspi1:1", MAKE_CFGVAL(0x40, 0x62, 0x00, 0x00)},
{"ecspi1:2", MAKE_CFGVAL(0x80, 0x64, 0x00, 0x00)},