summaryrefslogtreecommitdiff
path: root/configs/display5_factory_defconfig
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2025-03-11 10:14:12 +0530
committerTom Rini <[email protected]>2025-03-30 09:15:31 -0600
commitbcb8cac2d550b6decfbcb2985be276afbec296cf (patch)
tree40177d925287ccb1b27c4d7662a55f4064490a61 /configs/display5_factory_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 <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Anshul Dalal <[email protected]>
Diffstat (limited to 'configs/display5_factory_defconfig')
-rw-r--r--configs/display5_factory_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/display5_factory_defconfig b/configs/display5_factory_defconfig
index 4007c8900ce..9965e00a1d0 100644
--- a/configs/display5_factory_defconfig
+++ b/configs/display5_factory_defconfig
@@ -48,6 +48,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 factory > "
CONFIG_SYS_MAXARGS=32