ARM: i.MX6: boot: handle i.MX6UL differences
The i.MX6UL differs from the i.MX6Q in the interpretation of the first
two values for BOOT_CFG(7, 4):

+--------------+----------+----------+
|BOOT_CFG1(7,4)|   0x01   |   0x02   |
|==============+==========+==========|
| MX6Q         | reserved |   SATA   |
|--------------+----------+----------|
| MX6UL        |   QSPI   | reserved |
+--------------+----------+----------+

The reserved (forced serial) values are handled in the previous commit.
Add QSPI boot source detection now.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 7a01db6 commit b507a305683f7b4c7a9a0ba9aab0b114e298e2de
@Ahmad Fatoum Ahmad Fatoum authored on 27 Apr 2020
Sascha Hauer committed on 12 May 2020
Showing 1 changed file
View
arch/arm/mach-imx/boot.c