summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-04 11:58:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-04 14:23:32 +0100
commitc57b0f9130fc759b9d1c354cea9f740eeb39615e (patch)
treebf0571af03af0ef5a9a489a317b9bbddb29355a9 /common
parentd5ddccb187ac55e0a41fad62839050e2b822ef46 (diff)
downloadbarebox-c57b0f9130fc759b9d1c354cea9f740eeb39615e.tar.gz
barebox-c57b0f9130fc759b9d1c354cea9f740eeb39615e.tar.xz
ddr_spd: Enable in PBL
SPD EEPROMs are typically needed in PBL when the SDRAM is not yet initialized. Enable compilation of the SPD support in PBL. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index b617642242..a284655fc1 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -24,7 +24,7 @@ obj-$(CONFIG_COMMAND_SUPPORT) += command.o
obj-$(CONFIG_CONSOLE_FULL) += console.o
obj-$(CONFIG_CONSOLE_SIMPLE) += console_simple.o
obj-y += console_countdown.o
-obj-$(CONFIG_DDR_SPD) += ddr_spd.o
+obj-pbl-$(CONFIG_DDR_SPD) += ddr_spd.o
obj-$(CONFIG_ENV_HANDLING) += environment.o
obj-$(CONFIG_ENVIRONMENT_VARIABLES) += env.o
obj-$(CONFIG_FILETYPE) += filetype.o