]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx: mx6: fix USB bmode to use reserved value
authorStefan Agner <stefan.agner@toradex.com>
Thu, 15 Sep 2016 22:04:39 +0000 (15:04 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 4 Oct 2016 17:31:23 +0000 (19:31 +0200)
commit81c4eccb55ccbe4a7bb4016b23738c3c57dc364d
treeaa0ed13b636b8be8c5ee08c774991d7363f3f8c4
parent55a42b33f2e9b9f6330396fc6d89878a5deacc75
imx: mx6: fix USB bmode to use reserved value

Currently the bmode "usb" uses BOOT_CFG1 to 0x01, -which means
BOOT_CFG1[7:4] is set to b0000. According to Table 8-7 Boot
Device Selection this is NOR/OneNAND and not Reserved.

Use 0x10 which leads to b0001, which is a Reserved boot device.
With that the SoC reliably falls back to the serial loader.

Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Tested-by: Troy Kisky <troy.kisky@boundarydevices.com>
arch/arm/cpu/armv7/mx6/soc.c