summaryrefslogtreecommitdiff
path: root/board/freescale/ls1043ardb
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-08-27 09:48:10 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:47:49 +0300
commitb4c2c151b14b59a2403675526adf666710cade67 (patch)
tree5a77847b716b361589d1df4ddc77ed3c84f340da /board/freescale/ls1043ardb
parent7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5 (diff)
downloadu-boot-b4c2c151b14b59a2403675526adf666710cade67.tar.xz
Kconfig: Remove all default n/no options
default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Rework FSP_USE_UPD portion] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/ls1043ardb')
-rw-r--r--board/freescale/ls1043ardb/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/ls1043ardb/Kconfig b/board/freescale/ls1043ardb/Kconfig
index 3d9e295c4e..778b8d8d5a 100644
--- a/board/freescale/ls1043ardb/Kconfig
+++ b/board/freescale/ls1043ardb/Kconfig
@@ -16,7 +16,6 @@ config SYS_CONFIG_NAME
config SYS_HAS_ARMV8_SECURE_BASE
bool "Enable secure address for PSCI image"
depends on ARMV8_PSCI
- default n
help
PSCI image can be re-located to secure RAM.
If enabled, please also define the value for ARMV8_SECURE_BASE,