1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#if ENV_SEPARATE_VERSTAGE && CONFIG(VBOOT_STARTS_BEFORE_BOOTBLOCK) 4 #include "memlayout_psp_verstage.ld" 5#else 6 #include "memlayout_x86.ld" 7#endif /* ENV_SEPARATE_VERSTAGE && CONFIG(VBOOT_STARTS_BEFORE_BOOTBLOCK) */ 8