Searched hist:c6a7fce1138596b9e91727c32da2c2faa3bb481f (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | ti_armv7_common.h | c6a7fce1138596b9e91727c32da2c2faa3bb481f Fri Dec 06 20:30:21 UTC 2013 Enric Balletbò i Serra <eballetbo@gmail.com> TI: armv7: Do not define the number DRAM banks if is already defined.
If CONFIG_NR_DRAM_BANKS is not defined, we say (for simplicity) that we have 1 bank, but for some boards should be interesting that we can define CONFIG_NR_DRAM_BANKS. To handle this possibility just define the number of DRAM banks if is not already defined. This is useful for some OMAP3 boards where the DRAM initialitzation is only at u-boot level.
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
|