diff options
author | Manorit Chawdhry | 2023-07-14 11:22:35 +0530 |
---|---|---|
committer | Tom Rini | 2023-07-21 22:07:45 -0400 |
commit | 53873974a4b09c47d2b4b8c2ccfa23287fd6888a (patch) | |
tree | 6fbe640670725d66c6d6c6adae1a9c50d444d960 /include/configs/j721s2_evm.h | |
parent | 4ae1a2470ce7895b747c85a140aaf8b647ae6a32 (diff) |
include: armv7: Enable distroboot across all configs
Since K3 devices are moving towards distroboot, remove duplicates and
add it in common file to import from.
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
[trini: Add am65x_evm to this patch]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/j721s2_evm.h')
-rw-r--r-- | include/configs/j721s2_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/j721s2_evm.h b/include/configs/j721s2_evm.h index 8db87a4ee21..692c6bb5e42 100644 --- a/include/configs/j721s2_evm.h +++ b/include/configs/j721s2_evm.h @@ -23,9 +23,6 @@ #define CFG_SYS_UBOOT_BASE 0x50080000 #endif -/* Incorporate settings into the U-Boot environment */ -#define CFG_EXTRA_ENV_SETTINGS - /* Now for the remaining common defines */ #include <configs/ti_armv7_common.h> |