From 174b34f4f36dfc0d460bff83c4104d4795fa6b71 Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Thu, 5 Oct 2023 16:06:42 +0300 Subject: 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 Reviewed-by: Nishanth Menon --- include/configs/am64x_evm.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') 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 -#include -#include -#include -#include - -/* DDR Configuration */ -#define CFG_SYS_SDRAM_BASE1 0x880000000 - /* Now for the remaining common defines */ #include -- cgit v1.3.1