1## SPDX-License-Identifier: GPL-2.0-only 2 3bct-cfg-$(CONFIG_SMAUG_BCT_CFG_EMMC) += emmc.cfg 4bct-cfg-$(CONFIG_SMAUG_BCT_CFG_SPI) += spi.cfg 5bct-cfg-y += odmdata.cfg 6bct-cfg-y += jtag.cfg 7#NOTE: When full LPDDR4 SDRAM config is done in romstage, remove this 8bct-cfg-$(CONFIG_BOOTROM_SDRAM_INIT) += sdram-samsung-204.cfg 9 10# Note when SDRAM config (sdram-*.cfg) files are changed, we have to regenerate 11# the include files (sdram-*.inc) by running "./cfg2inc.sh sdram-*.cfg". 12# TODO(hungte) Change cfg2inc.sh to NVIDIA's official tool in cbootimage. 13