diff mbox series

defconfig: Add a config for AM335x High Security EVM with SPI Boot support

Message ID 20240807152659.313103-1-afd@ti.com
State Accepted
Commit aceeaa2c3456780d2808ea2c232dc61c13df679c
Delegated to: Tom Rini
Headers show
Series defconfig: Add a config for AM335x High Security EVM with SPI Boot support | expand

Commit Message

Andrew Davis Aug. 7, 2024, 3:26 p.m. UTC
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 <afd@ti.com>
---
 configs/am335x_hs_evm_spi_defconfig | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 configs/am335x_hs_evm_spi_defconfig

Comments

Tom Rini Aug. 15, 2024, 8:33 p.m. UTC | #1
On Wed, 07 Aug 2024 10:26:59 -0500, Andrew Davis wrote:

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

Applied to u-boot/next, thanks!
Tom Rini Aug. 15, 2024, 8:34 p.m. UTC | #2
On Thu, Aug 15, 2024 at 02:33:08PM -0600, Tom Rini wrote:
> On Wed, 07 Aug 2024 10:26:59 -0500, Andrew Davis wrote:
> 
> > Add a new defconfig file for the AM335x High Security EVM. This config
> > is specific for the case of SPI booting.
> > 
> > 
> 
> Applied to u-boot/next, thanks!

... master, I meant master here.
diff mbox series

Patch

diff --git a/configs/am335x_hs_evm_spi_defconfig b/configs/am335x_hs_evm_spi_defconfig
new file mode 100644
index 00000000000..df009844def
--- /dev/null
+++ b/configs/am335x_hs_evm_spi_defconfig
@@ -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