mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
apalis-imx8: set bootaux memory base and size
Set i.MX auxiliary core memory base and size. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
parent
a9f1e35bed
commit
242abc8693
@ -8,6 +8,8 @@ CONFIG_ENV_SIZE=0x2000
|
||||
CONFIG_ENV_OFFSET=0xFFFFDE00
|
||||
CONFIG_DM_GPIO=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-apalis"
|
||||
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
|
||||
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
|
||||
CONFIG_TARGET_APALIS_IMX8=y
|
||||
CONFIG_SYS_PROMPT="Apalis iMX8 # "
|
||||
CONFIG_SYS_LOAD_ADDR=0x95400000
|
||||
|
Loading…
Reference in New Issue
Block a user