summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sxscm/imximage_lpddr2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6sxscm/imximage_lpddr2.cfg')
-rw-r--r--board/freescale/mx6sxscm/imximage_lpddr2.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/freescale/mx6sxscm/imximage_lpddr2.cfg b/board/freescale/mx6sxscm/imximage_lpddr2.cfg
index 2b143a3..35837dc 100644
--- a/board/freescale/mx6sxscm/imximage_lpddr2.cfg
+++ b/board/freescale/mx6sxscm/imximage_lpddr2.cfg
@@ -1,7 +1,8 @@
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*
* Refer docs/README.imxmage for more details about how-to configure
* and create imximage boot image
@@ -21,13 +22,13 @@ IMAGE_VERSION 2
* spi/sd/nand/onenand, qspi/nor
*/
-#ifdef CONFIG_SYS_BOOT_QSPI
+#ifdef CONFIG_BOOT_QSPI
BOOT_FROM qspi
#else
BOOT_FROM sd
#endif
-#ifdef CONFIG_USE_PLUGIN
+#ifdef CONFIG_USE_IMXIMG_PLUGIN
/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/
PLUGIN board/freescale/mx6sxscm/plugin.bin 0x00907000
#else