CONFIG_LOADADDR: Normally your zImage is
loaded to this address for boot.
• CONFIG_SYS_MALLOC_LEN: Heap memory size.
• CONFIG_STACKSIZE: Stack size.
• CONFIG_NR_DRAM_BANKS: Number of ddr banks.
• PHYS_SDRAM_SIZE: Configure the DDR size in MB.
• PHYS_SDRAM: Physical address for the DDR memory
• fdt_file: Configure "#define
CONFIG_DEFAULT_FDT_FILE <customer>.dtb" or
directly change "fdt_file=<customer>.dtb".
• Config file is important for U-Boot. It determines the
size, functionality, and performance of u-boot.bin.
You can find more information in the BSP Porting Guide.