Part Number: PROCESSOR-SDK-AM335X
Tool/software:
Hi All,
We are in process of reducing sram size as i was getting .sram error not fit ..
henceforth i am removing Nand related configurations in am335x_evm_defconfig..
are we in right direction to reduce .sram size.
| make[3]: *** [/home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/scripts/Makefile.build:256: spl/common/spl/spl_nand.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| make -f /home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/scripts/Makefile.build obj=drivers/scsi
| make -f /home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/scripts/Makefile.build obj=drivers/serial
| make -f /home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/scripts/Makefile.build obj=drivers/smem
| arm-oe-linux-gnueabi-gcc --sysroot=/home/administrator/dev_1.4/SEM3T_COM/build/arago-tmp-default-glib
DKBUILD_BASENAME='"efi_var_common"' -DKBUILD_MODNAME='"efi_var_common"' -c -o lib/efi_loader/efi_var_common.o /home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/lib/efi_loader/efi_var_common.c
| /home/administrator/dev_1.4//u-boot/common/spl/spl_nand.c: In function 'spl_nand_get_uboot_raw_page':
| /home/administrator/dev_1.4/u-boot/common/spl/spl_nand.c:19:16: error: 'CONFIG_SYS_NAND_U_BOOT_OFFS' undeclared (first use in this function)
| 19 | return CONFIG_SYS_NAND_U_BOOT_OFFS;
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| /home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/common/spl/spl_nand.c:19:16: note: each undeclared identifier is reported only once for each function it appears in
| /home/administrator/dev_1.4/SEM3T_COM/src-bsp/u-boot/common/spl/spl_nand.c:20:1: warning: control reaches end of non-void function [-Wreturn-type]
| 20 | }