diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-09-16 10:17:53 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-01 20:05:12 -0400 |
commit | ceee15ce5d4813672f6ede5080d7682022f069c0 (patch) | |
tree | 33b315a6f2fbc62dcfbb9c62f24f0a2985189c1d /include/configs/k2e_evm.h | |
parent | 5d214065167ed4052b552a7224b9fbf807b8c107 (diff) | |
download | u-boot-ceee15ce5d4813672f6ede5080d7682022f069c0.tar.gz |
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 <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/k2e_evm.h')
-rw-r--r-- | include/configs/k2e_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/k2e_evm.h b/include/configs/k2e_evm.h index 7eaab875f2..8d6471ae88 100644 --- a/include/configs/k2e_evm.h +++ b/include/configs/k2e_evm.h @@ -18,7 +18,6 @@ #define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \ DEFAULT_FW_INITRAMFS_BOOT_ENV \ "boot=ubi\0" \ - "addr_mon=0x0c140000\0" \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ "root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048\0" \ "name_fdt=keystone-k2e-evm.dtb\0" \ |