aboutsummaryrefslogtreecommitdiff
path: root/spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h
blob: b17f006f7837f59a7f030fff32115a402ab1e11f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2022, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/*
 * This file contains common defines for a secure partition. The correct
 * platform_def.h header file is selected according to the secure partition
 * and platform being built using the make scripts.
 */

#ifndef SP_PLATFORM_DEF_H
#define SP_PLATFORM_DEF_H

#define PLAT_SP_RX_BASE		ULL(0x7300000)

#endif /* SP_PLATFORM_DEF_H */