From 24402baf890887ed90ea9e6051321a1648a72ee4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 2 Mar 2016 16:37:24 +0100 Subject: mx7/soc.c: remove bmode usb, currently not working Signed-off-by: Max Krummenacher Signed-off-by: Stefan Agner --- arch/arm/cpu/armv7/mx7/soc.c | 4 ++++ 1 file changed, 4 insertions(+) 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)}, -- cgit v1.2.3