
Some miscellaneous cleanups for boards.
Signed-off-by: Manorit Chawdhry m-chawdhry@ti.com --- include/configs/j721e_evm.h | 1 - include/configs/j721s2_evm.h | 2 -- 2 files changed, 3 deletions(-)
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h index de92cd48fb7d..07926e4f0eea 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 1e0da9f96c5e..8db87a4ee21d 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 */