aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-07-14 09:09:27 -0400
committerTom Rini <trini@konsulko.com>2020-07-14 09:09:27 -0400
commit3f126c764d63ddf6f26bc742a96938a0ecd8b8dc (patch)
tree6cbe4b72ea6b7e3874415058b713f711bd6df996 /doc
parent959a481f8f49cb01d757363ae816d83e9c145ab7 (diff)
parent865fdfddce467f446b64f2aa7ba77f9dd0a48a6b (diff)
downloadu-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.tar.gz
Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Sync DMA and CPSW DT bindings for K3 devices - Other minor fixes for mmc and other TI devices
Diffstat (limited to 'doc')
-rw-r--r--doc/README.davinci10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/README.davinci b/doc/README.davinci
index 6522c24eea..607531af2a 100644
--- a/doc/README.davinci
+++ b/doc/README.davinci
@@ -37,11 +37,15 @@ Bootloaders
===============
For DA850 an SPL (secondary program loader, see doc/README.SPL) is provided
-to load U-Boot directly from SPI flash. The SPL takes care of the low level
+to load U-Boot from SPI flash, MMC or NAND. The SPL takes care of the low level
initialization.
-The SPL is built as u-boot.ais for all DA850 defconfigs. The resulting
-image file can be programmed to the SPI flash of the DA850 EVM/LCDK.
+The SPL is built as u-boot.ais for all DA850 defconfigs except those booting
+from NOR flash. The resulting image file can be programmed to the SPI flash
+of the DA850 EVM/LCDK.
+
+Devices that support booting from NOR utilize execute in place (XIP) and do
+not require SPL to perform low level initialization.
Environment Variables
=====================