blob: 68449bf4fc7acdecb73d5e6a6a9d73ca8e4cfd38 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Patrick Georgi4d6ad832015-06-22 19:43:18 +02002
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.