ARM: imx: Support larger SPL size on IMX6DQ
authorRobert Hancock <hancock@sedsystems.ca>
Thu, 8 Aug 2019 18:14:39 +0000 (12:14 -0600)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:35:16 +0000 (16:35 +0200)
commit06f5b5a5fc9784e395b401c7ab61dffe04b1a4f9
tree0b35a140db52e9e817d91def753e15bbbbe32279
parent01fc7e7b879189b4ccb07fe616189ce171f38516
ARM: imx: Support larger SPL size on IMX6DQ

Previously the SPL size on all iMX6 platforms was restricted to 68KB
because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the
other iMX6 variants have 256KB of OCRAM. Add an option
CONFIG_MX6_OCRAM_256KB which allows using the full size on boards which
don't need to support the SL/DL variants. This allows for an SPL size of
196KB, which makes it much easier to use configurations such as SPL with
driver model and FDT control.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
Tested-by: Adam Ford <aford173@gmail.com> #imx6q_logic
arch/arm/mach-imx/mx6/Kconfig
common/spl/Kconfig
include/configs/imx6_spl.h