diff mbox series

[2/4] configs: imx8mn_beacon: Enable FSPI_CONF_HEADER

Message ID 20241109200610.1615430-3-aford173@gmail.com
State Changes Requested
Delegated to: Fabio Estevam
Headers show
Series Fix FSPI booting on i.MX8M Mini and Nano | expand

Commit Message

Adam Ford Nov. 9, 2024, 8:06 p.m. UTC
The binman device tree can generate both the FSPI version and
the SD/eMMC binaries at the same time.  Since the imx8mn_beacon
board supports the FSPI booting, enable the config option.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 configs/imx8mn_beacon_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/imx8mn_beacon_defconfig b/configs/imx8mn_beacon_defconfig
index aa8341226a..6f66d3e748 100644
--- a/configs/imx8mn_beacon_defconfig
+++ b/configs/imx8mn_beacon_defconfig
@@ -149,3 +149,5 @@  CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
 # CONFIG_WATCHDOG_AUTOSTART is not set
 CONFIG_IMX_WATCHDOG=y
+CONFIG_FSPI_CONF_HEADER=y
+CONFIG_FSPI_CONF_FILE="fspi_header.bin"