diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-14 09:09:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-14 09:09:27 -0400 |
commit | 3f126c764d63ddf6f26bc742a96938a0ecd8b8dc (patch) | |
tree | 6cbe4b72ea6b7e3874415058b713f711bd6df996 /doc | |
parent | 959a481f8f49cb01d757363ae816d83e9c145ab7 (diff) | |
parent | 865fdfddce467f446b64f2aa7ba77f9dd0a48a6b (diff) | |
download | u-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.zip u-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.tar.gz u-boot-3f126c764d63ddf6f26bc742a96938a0ecd8b8dc.tar.bz2 |
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.davinci | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/README.davinci b/doc/README.davinci index 6522c24..607531a 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 ===================== |