aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/target/arm/rss/kronos/config_tfm_target.h
blob: 31ed11a727eb49a04b522bae078c3c2ce4848d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2022-2023, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef __CONFIG_TFM_TARGET_H__
#define __CONFIG_TFM_TARGET_H__

/* Use stored NV seed to provide entropy */
#undef CRYPTO_NV_SEED
#define CRYPTO_NV_SEED                         0

#define NS_AGENT_MAILBOX_STACK_SIZE            0xC00

#endif /* __CONFIG_TFM_TARGET_H__ */