summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2017-01-16 17:31:49 +0800
committerYork Sun <york.sun@nxp.com>2017-01-18 09:43:25 -0800
commit0541527bde7d2df155fc9691115d234fa7a3f603 (patch)
tree1f393f202c8518645a11d9a9e61dfa566a498a22 /include/configs
parentdaa926448c95ae758400737d87fad288ec7077e2 (diff)
downloadu-boot-imx-0541527bde7d2df155fc9691115d234fa7a3f603.zip
u-boot-imx-0541527bde7d2df155fc9691115d234fa7a3f603.tar.gz
u-boot-imx-0541527bde7d2df155fc9691115d234fa7a3f603.tar.bz2
kconfig: fsl PPA: move CONFIG_* to Kconfig
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1043ardb.h7
-rw-r--r--include/configs/ls1046ardb.h7
2 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h
index 3657f21..0054d16 100644
--- a/include/configs/ls1043ardb.h
+++ b/include/configs/ls1043ardb.h
@@ -9,13 +9,6 @@
#include "ls1043a_common.h"
-#if defined(CONFIG_FSL_LS_PPA)
-#define CONFIG_SYS_LS_PPA_FW_IN_XIP
-#ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP
-#define CONFIG_SYS_LS_PPA_FW_ADDR 0x60500000
-#endif
-#endif
-
#if defined(CONFIG_NAND_BOOT) || defined(CONFIG_SD_BOOT)
#define CONFIG_SYS_TEXT_BASE 0x82000000
#else
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 08c5441..24843dc 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -9,13 +9,6 @@
#include "ls1046a_common.h"
-#if defined(CONFIG_FSL_LS_PPA)
-#define CONFIG_SYS_LS_PPA_FW_IN_XIP
-#ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP
-#define CONFIG_SYS_LS_PPA_FW_ADDR 0x40500000
-#endif
-#endif
-
#ifdef CONFIG_SD_BOOT
#define CONFIG_SYS_TEXT_BASE 0x82000000
#else