1 ## SPDX-License-Identifier: GPL-2.0-only
3 bct-cfg-
$(CONFIG_SMAUG_BCT_CFG_EMMC
) += emmc.cfg
4 bct-cfg-
$(CONFIG_SMAUG_BCT_CFG_SPI
) += spi.cfg
5 bct-cfg-y
+= odmdata.cfg
7 #NOTE: When full LPDDR4 SDRAM config is done in romstage, remove this
8 bct-cfg-
$(CONFIG_BOOTROM_SDRAM_INIT
) += sdram-samsung-204.cfg
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.