imx: ventana: correct splashimage load address
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Mon, 17 Jan 2022 11:31:46 +0000 (12:31 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 14:49:01 +0000 (15:49 +0100)
commit8c34cdc7358629b153fafd6bd4e27601d3ad508b
tree8d80f59f699d55867c14c8129fd2a03901485948
parentefaf9a2b32d8e054874515b6b52751858c614e92
imx: ventana: correct splashimage load address

Commit 72d81360aabd ("global: Convert CONFIG_LOADADDR to
CONFIG_SYS_LOADADDR") dropped the usage of LOADADDR and replaced it with
SYS_LOADADDR.

Use the correct macro in environment by replacing CONFIG_LOADADDR with
CONFIG_SYS_LOADADDR.

Fixes: d75ebf3482c3 ("imx: ventana: fix splash logo drawing")
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Cc: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-By: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h