From ceee15ce5d4813672f6ede5080d7682022f069c0 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Fri, 16 Sep 2016 10:17:53 +0530 Subject: ti_armv7_keystone2: Update addr_mon variable As boot monitor contains a mkimage header, it can be loaded at any location. So, have a common addr_mon address across all keystone2 SoCs. And also making sure that boot monitor is installed early during default boot to avoid any overlapping with other images. Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini --- include/configs/k2g_evm.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/configs/k2g_evm.h') diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index d73543fc9d..a14544526c 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -24,7 +24,6 @@ "bootpart=0:2\0" \ "bootdir=/boot\0" \ "rd_spec=-\0" \ - "addr_mon=0x0c040000\0" \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \ "name_fdt=keystone-k2g-evm.dtb\0" \ @@ -44,9 +43,8 @@ #define CONFIG_BOOTCOMMAND \ "run envboot; " \ "run set_name_pmmc init_${boot} init_fw_rd_${boot} " \ - "get_pmmc_${boot} run_pmmc " \ - "get_fdt_${boot} get_mon_${boot} get_kern_${boot} " \ - "run_mon run_kern" + "get_pmmc_${boot} run_pmmc get_mon_${boot} run_mon " \ + "get_fdt_${boot} get_kern_${boot} run_kern" #include -- cgit v1.2.3