policy.h 297 B

12345678910111213141516
  1. /*
  2. * Copyright 2018-2021 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef POLICY_H
  7. #define POLICY_H
  8. /*
  9. * Set this to 0x0 to leave the default SMMU page size in sACR
  10. * Set this to 0x1 to change the SMMU page size to 64K
  11. */
  12. #define POLICY_SMMU_PAGESZ_64K 0x1
  13. #endif /* POLICY_H */