configs: Add am625_beagleplay_* defconfig fragments

Add config fragments for am625_beagleplay A53 and R5 configuration.

This applies on to:
am62x_evm_a53_defconfig -> am625_beagleplay_a53.config
am62x_evm_r5_defconfig / am62x_evm_r5_usbdfu_defconfig -> am625_beagleplay_r5.config

The usage model (with the fragment) would be:
make ARCH=arm am62x_evm_a53_defconfig am625_beagleplay_a53.config
make ARCH=arm

Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
Nishanth Menon 2023-06-19 13:53:17 -05:00 committed by Praneeth Bajjuri
parent b282729b9e
commit 9a759c9792
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Defconfig fragment to apply on top of am62x_evm_a53_defconfig
CONFIG_DEFAULT_DEVICE_TREE="k3-am625-beagleplay"
CONFIG_SPL_OF_LIST="k3-am625-beagleplay"
CONFIG_OF_LIST="k3-am625-beagleplay k3-am625-sk"
CONFIG_BOOTCOMMAND="run findfdt; run envboot; run distro_bootcmd"
CONFIG_EXT4_WRITE=y
CONFIG_LZO=y
CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
CONFIG_AUTOBOOT_DELAY_STR="d"
CONFIG_AUTOBOOT_STOP_STR=" "
CONFIG_PHY_REALTEK=y

View File

@ -0,0 +1,4 @@
# Defconfig fragment to apply on top of:
# am62x_evm_r5_defconfig / am62x_evm_r5_usbdfu_defconfig
CONFIG_DEFAULT_DEVICE_TREE="k3-am625-r5-beagleplay"