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