mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: OMAP5: Correct the DRAM_ADDR_SPACE_END macro.
OMAP5 evm board has 2GB of memory. So correct the macro to take in to account of the full dram size. Signed-off-by: R Sricharan <r.sricharan@ti.com>
This commit is contained in:
parent
41321fd4d6
commit
e843d0f7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#define OMAP54XX_L4_PER_BASE 0x48000000
|
||||
|
||||
#define OMAP54XX_DRAM_ADDR_SPACE_START 0x80000000
|
||||
#define OMAP54XX_DRAM_ADDR_SPACE_END 0xD0000000
|
||||
#define OMAP54XX_DRAM_ADDR_SPACE_END 0xFFFFFFFF
|
||||
#define DRAM_ADDR_SPACE_START OMAP54XX_DRAM_ADDR_SPACE_START
|
||||
#define DRAM_ADDR_SPACE_END OMAP54XX_DRAM_ADDR_SPACE_END
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue