]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: j784s4: Enable OSPI NOR boot
authorJonathan Humphreys <j-humphreys@ti.com>
Fri, 31 May 2024 22:32:41 +0000 (17:32 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jun 2024 22:30:44 +0000 (16:30 -0600)
Set necessary configs to enable the j784s4 device to boot from OSPI NOR
flash.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
configs/j784s4_evm_a72_defconfig
configs/j784s4_evm_r5_defconfig

index 158d064c19c72f274f7e4f6543287f6dc750ee28..937b8810638772dc575a51cc783a4374b6ea039a 100644 (file)
@@ -49,6 +49,8 @@ CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_POWER_DOMAIN=y
 CONFIG_SPL_RAM_SUPPORT=y
 CONFIG_SPL_RAM_DEVICE=y
+# CONFIG_SPL_SPI_FLASH_TINY is not set
+CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x280000
 CONFIG_SPL_THERMAL=y
index d6a702cdfe966f478f43e9ea5b00079d738bc956..07edb7f62db722604c7313600f99839c83ef4c58 100644 (file)
@@ -55,6 +55,8 @@ CONFIG_SPL_POWER_DOMAIN=y
 CONFIG_SPL_RAM_SUPPORT=y
 CONFIG_SPL_RAM_DEVICE=y
 CONFIG_SPL_REMOTEPROC=y
+# CONFIG_SPL_SPI_FLASH_TINY is not set
+CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
 CONFIG_SPL_THERMAL=y