README: davinci: Clarify when SPL is used and the target devices.
authorAdam Ford <aford173@gmail.com>
Mon, 29 Jun 2020 23:32:02 +0000 (18:32 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 13 Jul 2020 15:28:34 +0000 (20:58 +0530)
commit5f1600e03e7dd29f010fc0867a0bbea64d1520d0
treec1e1795b0135a027ed2c1c0ead870fc262d56134
parent3f09ebfbde2284f8ee001222177ec56c1de61c0b
README: davinci: Clarify when SPL is used and the target devices.

The documentation states that SPL is enabled in all config options
for the da850.  This incorrect, because devices booting from NOR
do not need the SPL to do the low level initializion because when
booting from NOR, the board is able to execute in place (XIP)

This also clarifies that SPL isn't only used for booting from SPI,
because it is also used for booting from MMC and NAND for those
devices supporting those boot options.

Signed-off-by: Adam Ford <aford173@gmail.com>
doc/README.davinci