diff options
| author | Markus Niebel <[email protected]> | 2014-11-18 13:22:57 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-11-20 10:30:21 +0100 |
| commit | b6d7810e5c13ecb12323625be7932eeb5bea9d7d (patch) | |
| tree | 83f0deaf7b9285d22ad4fb4a9242a12fb695c374 | |
| parent | fd53ec5bafc36db37f6ced7b3a27b98b6311a2ee (diff) | |
tqma6: use imx_ddr_size
Signed-off-by: Markus Niebel <[email protected]>
| -rw-r--r-- | board/tqc/tqma6/tqma6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqma6/tqma6.c b/board/tqc/tqma6/tqma6.c index b7f4eb76331..e480d57e7db 100644 --- a/board/tqc/tqma6/tqma6.c +++ b/board/tqc/tqma6/tqma6.c @@ -51,7 +51,7 @@ DECLARE_GLOBAL_DATA_PTR; int dram_init(void) { - gd->ram_size = get_ram_size((void *)PHYS_SDRAM, PHYS_SDRAM_SIZE); + gd->ram_size = imx_ddr_size(); return 0; } |
