diff options
author | Manorit Chawdhry <m-chawdhry@ti.com> | 2023-07-14 11:22:28 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-21 19:37:58 -0400 |
commit | 4ff151b4d4bd74e9cd720dce720448723b655676 (patch) | |
tree | e1c23baab60be8e3917c2a2ad99144ab80ec46a7 /include/configs | |
parent | 2bfd63d57b650672fd953023a018240c224a978b (diff) | |
download | u-boot-4ff151b4d4bd74e9cd720dce720448723b655676.tar.gz u-boot-4ff151b4d4bd74e9cd720dce720448723b655676.tar.bz2 u-boot-4ff151b4d4bd74e9cd720dce720448723b655676.zip |
include: j7*_evm.h: Cleanups to be done
Some miscellaneous cleanups for boards.
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/j721e_evm.h | 1 | ||||
-rw-r--r-- | include/configs/j721s2_evm.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h index de92cd48fb..07926e4f0e 100644 --- a/include/configs/j721e_evm.h +++ b/include/configs/j721e_evm.h @@ -58,6 +58,5 @@ /* Now for the remaining common defines */ #include <configs/ti_armv7_common.h> -/* MMC ENV related defines */ #endif /* __CONFIG_J721E_EVM_H */ diff --git a/include/configs/j721s2_evm.h b/include/configs/j721s2_evm.h index 1e0da9f96c..8db87a4ee2 100644 --- a/include/configs/j721s2_evm.h +++ b/include/configs/j721s2_evm.h @@ -29,6 +29,4 @@ /* Now for the remaining common defines */ #include <configs/ti_armv7_common.h> -/* MMC ENV related defines */ - #endif /* __CONFIG_J721S2_EVM_H */ |