summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2017-01-16 17:31:47 +0800
committerYork Sun <york.sun@nxp.com>2017-01-18 09:35:53 -0800
commit0897eb2ced0579ee58b7d50076faa93605e33ed1 (patch)
treeed6a65003b36e416639568beb99c1f699268d838 /include/configs
parent7c5e1feb1d780cc857632c246e78ac7a8e6cf2d7 (diff)
downloadu-boot-imx-0897eb2ced0579ee58b7d50076faa93605e33ed1.zip
u-boot-imx-0897eb2ced0579ee58b7d50076faa93605e33ed1.tar.gz
u-boot-imx-0897eb2ced0579ee58b7d50076faa93605e33ed1.tar.bz2
kconfig: armv8: move armv8 sec_firmware CONFIG_* to Kconfig
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [York S: clean up scripts/config_whitelist.txt] Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1043ardb.h3
-rw-r--r--include/configs/ls1046ardb.h4
2 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h
index 36df331..3657f21 100644
--- a/include/configs/ls1043ardb.h
+++ b/include/configs/ls1043ardb.h
@@ -10,9 +10,6 @@
#include "ls1043a_common.h"
#if defined(CONFIG_FSL_LS_PPA)
-#define CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT
-#define SEC_FIRMWARE_ERET_ADDR_REVERT
-
#define CONFIG_SYS_LS_PPA_FW_IN_XIP
#ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP
#define CONFIG_SYS_LS_PPA_FW_ADDR 0x60500000
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 2bfd83c..08c5441 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -10,10 +10,6 @@
#include "ls1046a_common.h"
#if defined(CONFIG_FSL_LS_PPA)
-#define CONFIG_ARMV8_PSCI
-#define CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT
-#define CONFIG_SYS_LS_PPA_DRAM_BLOCK_MIN_SIZE (1UL * 1024 * 1024)
-
#define CONFIG_SYS_LS_PPA_FW_IN_XIP
#ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP
#define CONFIG_SYS_LS_PPA_FW_ADDR 0x40500000