uboot 201106中 配备参数

uboot 201106中 配置参数
在u-boot 2011 06中,include/configs下at91sam9260ek.h里,

#define CONFIG_NR_DRAM_BANKS 1

#define CONFIG_ENV_OFFSET_REDUND 0x80000

#define CONFIG_SYS_MALLOC_LEN ROUND (3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)

这几个分别配置的是什么参数?

------解决方案--------------------
struct     /* RAM configuration    RAM 配置*/
{
ulong start;
ulong size;
}    bi_dram[CONFIG_NR_DRAM_BANKS];

 RAM 配置