u-boot/board/ti/am62x/beagleplay_r5.config
Nishanth Menon a200f428b5 board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file
Add defconfig fragments for am625 based beagleplay and corresponding
customized environment file for beagleplay.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-09-08 10:07:12 -04:00

15 lines
438 B
Text

# Defconfig fragment to apply on top of:
# am62x_evm_r5_defconfig
#
CONFIG_DEFAULT_DEVICE_TREE="k3-am625-r5-beagleplay"
CONFIG_OF_LIST="k3-am625-r5-beagleplay"
CONFIG_SPL_OF_LIST="k3-am625-r5-beagleplay"
# Do spl board init
CONFIG_SPL_BOARD_INIT=y
# Do not use emmc boot - we will use FS only
CONFIG_SUPPORT_EMMC_BOOT=n
# No SPI flash on Beagleplay
CONFIG_SPI=n
CONFIG_SPI_FLASH=n
CONFIG_SPL_DM_SPI_FLASH=n
CONFIG_SPL_SPI_FLASH_SUPPORT=n