diff options
| author | Roger Quadros <[email protected]> | 2023-10-05 16:06:42 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-12 14:06:04 -0400 |
| commit | 174b34f4f36dfc0d460bff83c4104d4795fa6b71 (patch) | |
| tree | c5d50368fc42d26b6838b73451b22e011a0d4562 /include | |
| parent | ab54d9b28d8578cc43b214d39009e7b1def797e4 (diff) | |
board: ti: am64x: Switch to standard boot flow
Switch to using bootstd. Note with this change, we will stop using
distro_bootcmd and instead depend entirely on bootflow method of
starting the system up.
Drop header files that are no longer needed in am64x_evm.h.
k3_dfu.h is available via k3_dfu.env in am64x.env.
Drop unused macro CFG_SYS_SDRAM_BASE1.
Signed-off-by: Roger Quadros <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
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> |
