David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 1 | /* 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 Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 13 | |
David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 14 | /* SPL Loader Configuration */ |
Andrew Davis | 761306e | 2023-04-06 11:38:14 -0500 | [diff] [blame] | 15 | #if defined(CONFIG_TARGET_J721S2_A72_EVM) |
Tom Rini | 6a5dccc | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 16 | #define CFG_SYS_UBOOT_BASE 0x50280000 |
David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 17 | /* Image load address in RAM for DFU boot*/ |
| 18 | #else |
Tom Rini | 6a5dccc | 2022-11-16 13:10:41 -0500 | [diff] [blame] | 19 | #define CFG_SYS_UBOOT_BASE 0x50080000 |
David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 20 | #endif |
| 21 | |
David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 22 | /* Now for the remaining common defines */ |
| 23 | #include <configs/ti_armv7_common.h> |
| 24 | |
David Huang | 6109820 | 2022-01-25 20:56:31 +0530 | [diff] [blame] | 25 | #endif /* __CONFIG_J721S2_EVM_H */ |