coreboot-kgpe-d16/src/mainboard/google/rush/memlayout.ld

6 lines
128 B
Plaintext
Raw Normal View History

#if IS_ENABLED(CONFIG_VBOOT2_VERIFY_FIRMWARE)
#include <soc/memlayout_vboot2.ld>
#else
#include <soc/memlayout_vboot.ld>
#endif