aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/cpu/noncar/memlayout.ld
blob: 6f5d4cf82ff7e165d700d7c8830dc7871d12700c (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */

#if ENV_SEPARATE_VERSTAGE && CONFIG(VBOOT_STARTS_BEFORE_BOOTBLOCK)
	#include "memlayout_psp_verstage.ld"
#else
	#include "memlayout_x86.ld"
#endif /* ENV_SEPARATE_VERSTAGE && CONFIG(VBOOT_STARTS_BEFORE_BOOTBLOCK) */