commit | 3aa34083003f40e98ef670781285b3bb228ce8b5 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Wed Oct 07 21:47:58 2020 -0500 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Oct 12 08:09:53 2020 +0530 |
tree | c0471f881ebf13e516bef73534eba18c4200ef65 | |
parent | be7bdcc7b0e79aff96447d07cb32d1a12893cdd1 [diff] |
configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENV Use DEFAULT_LINUX_BOOT_ENV to define the standard addresses used in rest of TI platforms as defined in ti_armv7_common.h This avoids the standard pitfalls we've had with kernel images and fdt addresses stomping on each other. As part of this process, redefine overlayaddr to be dtboaddr (defined in ti_armv7_common.h for this very purpose).. we will get rid of overlayaddr later in the series. Signed-off-by: Nishanth Menon <nm@ti.com>