]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite856c551f635788804ed982317bbd7ab979b0819
treec1e1795b0135a027ed2c1c0ead870fc262d56134
parent29537f106e2ed89f6e147b9a41d4cdb17f819213
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