configs: imx8mn_beacon: Re-align memory to standard imx8mn settings
authorAdam Ford <aford173@gmail.com>
Sat, 22 Oct 2022 13:43:41 +0000 (08:43 -0500)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Nov 2022 16:35:00 +0000 (17:35 +0100)
commit899f291bd16fd710acb2b9b6942da8c538c4f781
treef66721d7001cd2b7c1199cf9ac124101380475e6
parentdbd5ca2e46055f3deedd849516d9a641e94c0600
configs: imx8mn_beacon: Re-align memory to standard imx8mn settings

The imx8mn_beacon board does not use the same memory map as the reference
design from NXP or other imx8mn boards.  As such, memory is more limited
in SPL.

Moving SPL_BSS_START_ADDR and SPL_STACK to default locations increases
the amount of available meory for the SPL stack.  Doing this allows
the board to no longer define CONFIG_MALLOC_F_ADDR.

Since SYS_LOAD_ADDR also does not align with other boards, move it too.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
configs/imx8mn_beacon_2g_defconfig
configs/imx8mn_beacon_defconfig
include/configs/imx8mn_beacon.h