1# SPDX-License-Identifier: GPL-2.0-only 2 3romstage-y += raminit.c 4 5# We don't ship that, but booting without it is bound to fail 6cbfs-files-$(CONFIG_HAVE_MRC) += mrc.bin 7mrc.bin-file := $(call strip_quotes,$(CONFIG_MRC_FILE)) 8mrc.bin-position := 0xfffa0000 9mrc.bin-type := mrc 10