summaryrefslogtreecommitdiff
path: root/configs/imx6dl_mamoj_defconfig
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2019-09-20 08:51:29 +0200
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:59 +0200
commit31bd001b21272dacdf74e2795323ec10ff887605 (patch)
tree18f6bf78cd6ccf3627011c0ffbd011e4c5d907a6 /configs/imx6dl_mamoj_defconfig
parent9b1fd3c834d29644436ac3aae7469bb07eed79a7 (diff)
board: imx6dl_mamoj: set the value for CSF size
Default value is too high and it covers the worst case. SPL for imx6dl_mamoj becomes too big and cannot fit into the OCRAM, but CSF size can be reduced. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Jagan Teki <jagan@amarulasolutions.com> CC: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'configs/imx6dl_mamoj_defconfig')
-rw-r--r--configs/imx6dl_mamoj_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6dl_mamoj_defconfig b/configs/imx6dl_mamoj_defconfig
index b568dfdc95..983d98536c 100644
--- a/configs/imx6dl_mamoj_defconfig
+++ b/configs/imx6dl_mamoj_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_SECURE_BOOT=y
CONFIG_TARGET_MX6DL_MAMOJ=y
CONFIG_NR_DRAM_BANKS=1
+CONFIG_CSF_SIZE=0x2060
# CONFIG_CMD_BMODE is not set
CONFIG_SPL_TEXT_BASE=0x00908000
CONFIG_DISTRO_DEFAULTS=y