blob: 6186ec32b1d8cd9afeeefe0b6ac600b11a7207dc [file] [log] [blame]
David Huang61098202022-01-25 20:56:31 +05301/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for K3 J721S2 EVM
4 *
5 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
6 * David Huang <d-huang@ti.com>
7 */
8
9#ifndef __CONFIG_J721S2_EVM_H
10#define __CONFIG_J721S2_EVM_H
11
12#include <linux/sizes.h>
David Huang61098202022-01-25 20:56:31 +053013
David Huang61098202022-01-25 20:56:31 +053014/* SPL Loader Configuration */
Andrew Davis761306e2023-04-06 11:38:14 -050015#if defined(CONFIG_TARGET_J721S2_A72_EVM)
Tom Rini6a5dccc2022-11-16 13:10:41 -050016#define CFG_SYS_UBOOT_BASE 0x50280000
David Huang61098202022-01-25 20:56:31 +053017/* Image load address in RAM for DFU boot*/
18#else
Tom Rini6a5dccc2022-11-16 13:10:41 -050019#define CFG_SYS_UBOOT_BASE 0x50080000
David Huang61098202022-01-25 20:56:31 +053020#endif
21
David Huang61098202022-01-25 20:56:31 +053022/* Now for the remaining common defines */
23#include <configs/ti_armv7_common.h>
24
David Huang61098202022-01-25 20:56:31 +053025#endif /* __CONFIG_J721S2_EVM_H */