blob: af206f9b8b11a26b40cd72e48e3844de47b22646 [file] [log] [blame]
Jiafei Pan19d172a2022-02-18 15:27:01 +08001/*
2 * Copyright 2022 NXP
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef POLICY_H
8#define POLICY_H
9
10/* Set this to 0x0 to leave the default SMMU page size in sACR
11 * Set this to 0x1 to change the SMMU page size to 64K
12 */
13#define POLICY_SMMU_PAGESZ_64K 0x1
14
15#endif /* POLICY_H */