Skip to content

Commit

Permalink
defconfig: Add a config for AM335x High Security EVM with SPI Boot su…
Browse files Browse the repository at this point in the history
…pport

Add a new defconfig file for the AM335x High Security EVM. This config
is specific for the case of SPI booting.

Signed-off-by: Andrew Davis <[email protected]>
  • Loading branch information
glneo authored and trini committed Aug 15, 2024
1 parent 092ad77 commit aceeaa2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions configs/am335x_hs_evm_spi_defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <configs/am335x_hs_evm_defconfig>

CONFIG_ARM=y
CONFIG_ARCH_OMAP2PLUS=y

CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y

CONFIG_SPI_BOOT=y

CONFIG_SPL_MTD_SUPPORT=y

CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_I2C=y
CONFIG_CMD_USB=y
CONFIG_CMD_DFU=y
CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_EXT4_WRITE=y

CONFIG_BLK=n

CONFIG_USE_TINY_PRINTF=y
CONFIG_SPL_OF_LIBFDT=y

0 comments on commit aceeaa2

Please sign in to comment.