diff options
author | Tom Rini | 2024-05-16 15:00:47 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-16 15:00:47 -0600 |
commit | a10e08a9a3cb85a2e797b8e0683da9049f8792f8 (patch) | |
tree | 023dec0ca673497ee807306f0f87ea56bcaef034 /include | |
parent | 1db973b65f9c1efbfa5370a95d6330f29557b3ab (diff) | |
parent | 90e5a61976f5f6b37c357d4204369f1fdfa72f6f (diff) |
Merge patch series "Enable OF_UPSTREAM for J721s2 and AM68"
Manorit Chawdhry <m-chawdhry@ti.com> says:
Series splits AM68 and J721s2 support along with enabling OF_UPSTREAM
and adding stdboot support for both the platforms.
Boot logs: https://gist.github.com/manorit2001/6c669e4273933bc46c3b28a631a96ae3
Diffstat (limited to 'include')
-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) |