| #------------------------------------------------------------------------------- |
| # Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| # Platform definition for the N1SDP development board |
| #------------------------------------------------------------------------------- |
| if (NOT DEFINED TGT) |
| message(FATAL_ERROR "mandatory parameter TGT is not defined.") |
| endif() |
| |
| #------------------------------------------------------------------------------- |
| # Map platform dependencies to suitable drivers for this platform |
| # |
| #------------------------------------------------------------------------------- |
| include(${TS_ROOT}/platform/drivers/edk2-platforms/Platform/ARM/Morello/Drivers/CadenceQspiDxe.cmake) |