summaryrefslogtreecommitdiff
path: root/board/freescale/t208xqds/ddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t208xqds/ddr.c')
-rw-r--r--board/freescale/t208xqds/ddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/ddr.c b/board/freescale/t208xqds/ddr.c
index 9076fbba10a..77c8ce0c870 100644
--- a/board/freescale/t208xqds/ddr.c
+++ b/board/freescale/t208xqds/ddr.c
@@ -109,7 +109,7 @@ int dram_init(void)
{
phys_size_t dram_size;
-#if defined(CONFIG_SPL_BUILD) || !defined(CONFIG_RAMBOOT_PBL)
+#if defined(CONFIG_XPL_BUILD) || !defined(CONFIG_RAMBOOT_PBL)
puts("Initializing....using SPD\n");
dram_size = fsl_ddr_sdram();
#else