1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration for Total Compute platform. Parts were derived from other ARM
4  * configurations.
5  * (C) Copyright 2020-2023 Arm Limited
6  * Usama Arif <usama.arif@arm.com>
7  */
8 
9 #ifndef __TOTAL_COMPUTE_H
10 #define __TOTAL_COMPUTE_H
11 
12 /* Link Definitions */
13 
14 #define CFG_SYS_FLASH_BASE		0x0C000000
15 
16 #endif /* __TOTAL_COMPUTE_H */
17