diff options
author | Neha Malcom Francis | 2024-05-10 10:20:21 +0530 |
---|---|---|
committer | Tom Rini | 2024-05-16 15:00:38 -0600 |
commit | 237d60459e86ebe82b3714cded3a58eb71ddecd0 (patch) | |
tree | 195e4523fcfbb773276a96657f9bfa40b75703aa /include/configs/j721s2_evm.h | |
parent | a70bb482ef314ccd9b5c3319995c2dd4eae460f9 (diff) |
configs: j721s2_evm_a72_defconfig: Switch to bootstd
Switch to using bootstd. Note that with this change, we will stop using
distro_bootcmd and instead depend entirely on bootflow method of
starting the system up.
Also config_distro_bootcmd.h header file that is no longer needed in
j721s2_evm.h.
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'include/configs/j721s2_evm.h')
-rw-r--r-- | include/configs/j721s2_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/j721s2_evm.h b/include/configs/j721s2_evm.h index 846cfa7531c..6186ec32b1d 100644 --- a/include/configs/j721s2_evm.h +++ b/include/configs/j721s2_evm.h @@ -10,7 +10,6 @@ #define __CONFIG_J721S2_EVM_H #include <linux/sizes.h> -#include <config_distro_bootcmd.h> /* SPL Loader Configuration */ #if defined(CONFIG_TARGET_J721S2_A72_EVM) |