summaryrefslogtreecommitdiff
path: root/configs/display5_defconfig
diff options
context:
space:
mode:
authorAnshul Dalal <anshuld@ti.com>2025-03-11 10:14:12 +0530
committerTom Rini <trini@konsulko.com>2025-03-30 09:15:31 -0600
commitbcb8cac2d550b6decfbcb2985be276afbec296cf (patch)
tree40177d925287ccb1b27c4d7662a55f4064490a61 /configs/display5_defconfig
parentdb8bcdb00af59e4a88d72f7ce115200d554c8d2d (diff)
config: falcon: move CFG_SYS_SPI_* to Kconfig
CFG_SYS_SPI_* are used in falcon boot to specify the offsets and size of the respective payloads. This patch moves them to Kconfig keeping the values consistent for each of the affected boards. Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Anshul Dalal <anshuld@ti.com>
Diffstat (limited to 'configs/display5_defconfig')
-rw-r--r--configs/display5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/display5_defconfig b/configs/display5_defconfig
index 55f9bbaa1cf..a00a042ada6 100644
--- a/configs/display5_defconfig
+++ b/configs/display5_defconfig
@@ -53,6 +53,9 @@ CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR=0x3F00
CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS=0x10
CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000
+CONFIG_SYS_SPI_KERNEL_OFFS=0x150000
+CONFIG_SYS_SPI_ARGS_OFFS=0x140000
+CONFIG_SYS_SPI_ARGS_SIZE=0x10000
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="display5 > "
CONFIG_SYS_MAXARGS=32