* Update machine config options
* Include imx-base file and include tune arch options
* Set uboot load and entry address since this are
not always the same in iMx platforms
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
#@NAME: imx53 quick start board
#@DESCRIPTION: Machine configuration for Freescale imx53 quick start board
-include conf/machine/include/imx53-base.inc
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa8.inc
+UBOOT_ENTRYPOINT = "0x70800000"
+UBOOT_LOADADDRESS = "0x70800000"
UBOOT_MACHINE = "mx53_loco_config"