diff options
| author | Tom Rini <[email protected]> | 2023-10-12 17:02:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-12 17:02:51 -0400 |
| commit | 86700279645921fb2c28c41711deb7d7ed75bc29 (patch) | |
| tree | 8ebbbc45567c10821cf27917a7ee708f86fc2db2 /include | |
| parent | f9a47ac8d97da2b3aaf463f268a9a872a8d921df (diff) | |
| parent | 2c6e28831b3f42b841bbb3b984213da20f638440 (diff) | |
Merge branch '2023-10-12-assorted-TI-platform-updates'
- A few more updates for various TI platforms
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am64x_evm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h index 062102a610d..f9f8c7bc2f6 100644 --- a/include/configs/am64x_evm.h +++ b/include/configs/am64x_evm.h @@ -9,15 +9,6 @@ #ifndef __CONFIG_AM642_EVM_H #define __CONFIG_AM642_EVM_H -#include <linux/sizes.h> -#include <config_distro_bootcmd.h> -#include <env/ti/mmc.h> -#include <asm/arch/am64_hardware.h> -#include <env/ti/k3_dfu.h> - -/* DDR Configuration */ -#define CFG_SYS_SDRAM_BASE1 0x880000000 - /* Now for the remaining common defines */ #include <configs/ti_armv7_common.h> |
