u-boot/include/configs/am65x_evm.h
Andrew Davis a213289953 board: ti: k3: Remove need for CFG_SYS_SDRAM_BASE
The base address of extended DDR does not change across the K3 family.
Setting this per SoC is not needed. Remove this definition to help
remove the last bits from K3 include/configs/*.h files.

Signed-off-by: Andrew Davis <afd@ti.com>
2023-12-15 15:39:42 -05:00

20 lines
494 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Configuration header file for K3 AM654 EVM
*
* Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/
* Lokesh Vutla <lokeshvutla@ti.com>
*/
#ifndef __CONFIG_AM654_EVM_H
#define __CONFIG_AM654_EVM_H
#include <linux/sizes.h>
#include <env/ti/mmc.h>
#include <env/ti/k3_rproc.h>
#include <env/ti/k3_dfu.h>
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>
#endif /* __CONFIG_AM654_EVM_H */