summaryrefslogtreecommitdiff
path: root/configs/imx6q_logic_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-10-09 12:53:55 -0500
committerStefano Babic <sbabic@denx.de>2019-10-13 22:49:11 +0200
commitf9faa1616b3ba09797d127eb63b00a210cc7f0af (patch)
tree21ad6683a9ee049499afcdf06248268ec850230f /configs/imx6q_logic_defconfig
parent954252aa350931ebf6b114cd0f59a05ab03f6bbf (diff)
ARM: imx6q_logic: Enable 256KB OCRAM
Since this board config only supports, the i.MX6D/i.MX6Q configurations, 256K of on-chip RAM is available which increases the space available to SPL to help further reduce board code and further enable device tree functions. This patch enables 256K of RAM. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r--configs/imx6q_logic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
index 6125ee2bc2..a9e8cbea94 100644
--- a/configs/imx6q_logic_defconfig
+++ b/configs/imx6q_logic_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_MX6_OCRAM_256KB=y
CONFIG_TARGET_MX6LOGICPD=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y