blob: 4ee0375a2a1db7ccd439e60a94cbd40ef157012f [file] [log] [blame]
# 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