Re: [PATCH v9 7/8] config: xea: Enable the SPL_FIT config option

2023-12-26 Thread Tom Rini
On Tue, Dec 26, 2023 at 05:14:52PM +0530, Venkatesh Yadav Abbarapu wrote:

> Enable the config SPL_FIT, as getting the below error
> ../arm-xilinx-linux-gnueabi-ld.bfd.real: drivers/core/ofnode.o: in function
> `ofnode_get_property':
> /u-boot/drivers/core/ofnode.c:1185: undefined reference to `fdt_getprop'
> make[1]: *** [scripts/Makefile.spl:527: spl/u-boot-spl] Error 1
> 
> Signed-off-by: Venkatesh Yadav Abbarapu 
> ---
>  configs/imx28_xea_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

This isn't a problem today and is a side effect of changes you're making
elsewhere in the series. Please figure out what that is, and then work
to rework things so that platforms like this one which don't (and can't
ever) make use of the new functionality don't see much in the way of
growth, thanks.

-- 
Tom


signature.asc
Description: PGP signature


[PATCH v9 7/8] config: xea: Enable the SPL_FIT config option

2023-12-26 Thread Venkatesh Yadav Abbarapu
Enable the config SPL_FIT, as getting the below error
../arm-xilinx-linux-gnueabi-ld.bfd.real: drivers/core/ofnode.o: in function
`ofnode_get_property':
/u-boot/drivers/core/ofnode.c:1185: undefined reference to `fdt_getprop'
make[1]: *** [scripts/Makefile.spl:527: spl/u-boot-spl] Error 1

Signed-off-by: Venkatesh Yadav Abbarapu 
---
 configs/imx28_xea_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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=0x4200
 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
-- 
2.25.1