
29 Sep
2017
29 Sep
'17
7:48 p.m.
On Wed, Sep 20, 2017 at 02:43:18PM -0500, Andrew F. Davis wrote:
On AM43xx HS devices, QSPI boot is XIP and we use a single stage bootloader. Add a defconfig for this.
Signed-off-by: Andrew F. Davis afd@ti.com
This has a bunch of warnings about CONFIG_SYS_NS16550_REG_SIZE and:
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,SERIAL1,QSPI"
Where do we even use CONFIG_SERIAL1 ? Or CONFIG_QSPI? Finally, I think board/ti/am43xx/Kconfig needs to at least borrow the CONS_INDEX logic from board/ti/am335x/Kconfig, if not migrate it to drivers/serial/Kconfig and start depend'ing it in on TI parts. Thanks!
--
Tom