From 4cd223777314233e681c3eef54ead81932d891fc Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 20 Nov 2018 09:15:41 +0100 Subject: ARM: i.MX: Add max_load_size option to boards that will need it The max_load_size option makes sure that only the portion of the image is loaded to SRAM that fits into it. Note this does not cover the whole available SRAM area for all boards, for the bigger SRAM areas only a part is chosen that is enough to fit the initial loader in. Signed-off-by: Sascha Hauer --- arch/arm/boards/cm-fx6/flash-header-mx6-cm-fx6.imxcfg | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/boards/cm-fx6') diff --git a/arch/arm/boards/cm-fx6/flash-header-mx6-cm-fx6.imxcfg b/arch/arm/boards/cm-fx6/flash-header-mx6-cm-fx6.imxcfg index 400a870154..9e8dce5877 100644 --- a/arch/arm/boards/cm-fx6/flash-header-mx6-cm-fx6.imxcfg +++ b/arch/arm/boards/cm-fx6/flash-header-mx6-cm-fx6.imxcfg @@ -1,3 +1,4 @@ soc imx6 loadaddr 0x00907000 +max_load_size 0x11000 dcdofs 0x400 -- cgit v1.2.3