uboot/arch/arm/mach-ipq40xx/Kconfig
<<
>>
Prefs
   1if ARCH_IPQ40XX
   2
   3config SYS_SOC
   4        default "ipq40xx"
   5
   6config SYS_MALLOC_F_LEN
   7        default 0x2000
   8
   9config SYS_TEXT_BASE
  10        default 0x87300000
  11
  12config NR_DRAM_BANKS
  13        default 1
  14
  15endif
  16