# 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 |