diff mbox series

[v8,7/8] config: xea: Enable the SPL_FIT config option

Message ID 20231226093615.530089-8-venkatesh.abbarapu@amd.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series spi-nor: Add parallel and stacked memories support | expand

Commit Message

Abbarapu, Venkatesh Dec. 26, 2023, 9:36 a.m. UTC
Enable the config SPL_FIT.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
---
 configs/imx28_xea_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Dec. 26, 2023, 11:04 a.m. UTC | #1
Please run /scripts/get_maintainer.pl and add the board maintainer on Cc.

I have added Lukasz.

On Tue, Dec 26, 2023 at 6:43 AM Venkatesh Yadav Abbarapu
<venkatesh.abbarapu@amd.com> wrote:
>
> Enable the config SPL_FIT.

Please improve the commit log by explaining why SPL_FIT is being enabled.
diff mbox series

Patch

diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig
index c1b0487f7e..882b6093c9 100644
--- a/configs/imx28_xea_defconfig
+++ b/configs/imx28_xea_defconfig
@@ -29,6 +29,7 @@  CONFIG_SYS_LOAD_ADDR=0x42000000
 CONFIG_SPL_PAYLOAD="u-boot.img"
 CONFIG_TIMESTAMP=y
 CONFIG_FIT=y
+CONFIG_SPL_FIT=y
 # CONFIG_BOOTMETH_EXTLINUX is not set
 # CONFIG_BOOTMETH_VBE is not set
 CONFIG_OF_BOARD_SETUP=y
@@ -123,4 +124,3 @@  CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_MXS_SPI=y
-# CONFIG_SPL_OF_LIBFDT is not set