summaryrefslogtreecommitdiff
path: root/configs/am62px_evm_a53_defconfig
diff options
context:
space:
mode:
authorDevarsh Thakkar <devarsht@ti.com>2024-03-05 18:14:12 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit38775ae3c5c7205421d9409754c592fcac21eb46 (patch)
tree3db2347d40bd711f7183ae24b72298316ca431ef /configs/am62px_evm_a53_defconfig
parent5ff8d9e533349750f3529acac65b9107a8235114 (diff)
configs: am62x: am62px: Enable simple-framebuffer
Enable simple-framebuffer support for AM62x and AM62p platforms which have early splash screen enabled. This updates the simple-framebuffer node in Linux device-tree on the fly with framebuffer address and meta-data and also reserves framebuffer region in device-tree. Also disable the simple-framebuffer support in am62p's prune splashscreen config fragment as it is not required without splashscreen support. Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Diffstat (limited to 'configs/am62px_evm_a53_defconfig')
-rw-r--r--configs/am62px_evm_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig
index 07fdf652a1..4362d40d98 100644
--- a/configs/am62px_evm_a53_defconfig
+++ b/configs/am62px_evm_a53_defconfig
@@ -31,6 +31,7 @@ CONFIG_SPL_SPI=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
+CONFIG_OF_BOARD_SETUP=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;"
CONFIG_BLOBLIST=y
@@ -67,6 +68,7 @@ CONFIG_SPL_USB_STORAGE=y
CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_DFU=y
CONFIG_SPL_YMODEM_SUPPORT=y
+CONFIG_FDT_SIMPLEFB=y
CONFIG_SPL_BMP=y
CONFIG_SYS_MAXARGS=64
CONFIG_CMD_CLK=y