imx: mx7: fix DDRC size in A7-M4 mapping table
authorIgor Opaniuk <igor.opaniuk@toradex.com>
Wed, 15 Jul 2020 10:30:52 +0000 (13:30 +0300)
committerStefano Babic <sbabic@denx.de>
Mon, 27 Jul 2020 12:00:36 +0000 (14:00 +0200)
commitfb99ac9cafd1bfa9cf2317ddbce3a23a07638171
tree5f2842072e6f26587bf9028ad5125fda8b9d2da8
parentada61f1ee2a4eaa1b29d699b5ba940483171df8a
imx: mx7: fix DDRC size in A7-M4 mapping table

According to i.MX 7Solo Applications Processor Reference Manual,
2.1.3 Cortex-M4 Memory Map, M4 can address only 1536MB of DDRC
(Start Address: 0x8000_0000; End Address: 0xDFFF_FFFF).
Correct DDRC size to 0x60000000.

Fixes: c0f037f6("mach-imx: bootaux: elf firmware support")
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
arch/arm/mach-imx/mx7/soc.c