summaryrefslogtreecommitdiffstats
path: root/plat/nxp/soc-ls1043a/ls1043ardb/policy.h
blob: 843b5e2c78b7dc2d528fe7b72b32a6dba3fa958d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2018-2021 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef POLICY_H
#define	POLICY_H

/*
 * Set this to 0x0 to leave the default SMMU page size in sACR
 * Set this to 0x1 to change the SMMU page size to 64K
 */
#define POLICY_SMMU_PAGESZ_64K	0x1

#endif /* POLICY_H */