Nishanth Menon | 3c878c4 | 2023-08-25 13:03:04 -0500 | [diff] [blame] | 1 | # Defconfig fragment to apply on top of: |
| 2 | # am62x_evm_r5_defconfig |
| 3 | # |
| 4 | CONFIG_DEFAULT_DEVICE_TREE="k3-am625-r5-beagleplay" |
| 5 | CONFIG_OF_LIST="k3-am625-r5-beagleplay" |
| 6 | CONFIG_SPL_OF_LIST="k3-am625-r5-beagleplay" |
| 7 | # Do spl board init |
| 8 | CONFIG_SPL_BOARD_INIT=y |
| 9 | # Do not use emmc boot - we will use FS only |
| 10 | CONFIG_SUPPORT_EMMC_BOOT=n |
| 11 | # No SPI flash on Beagleplay |
| 12 | CONFIG_SPI=n |
| 13 | CONFIG_SPI_FLASH=n |
| 14 | CONFIG_SPL_DM_SPI_FLASH=n |
| 15 | CONFIG_SPL_SPI_FLASH_SUPPORT=n |