* 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>
#@TYPE: Machine
-#@NAME: imx53 SABRE tablet board
-#@DESCRIPTION: Machine configuration for Freescale imx53 sabre tablet board
+#@NAME: imx53 SABRE Automotive tablet board
+#@DESCRIPTION: Machine configuration for Freescale imx53 sabre automotive 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_ard_ddr3_config"