summaryrefslogtreecommitdiff
path: root/board/freescale/ls1043ardb/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-01-22 19:43:10 -0500
committerTom Rini <trini@konsulko.com>2017-01-24 10:33:59 -0500
commit88077715d8d81825605028f2040b17137513f858 (patch)
treec56ee564dd87664cb1d72de93862805c3141d357 /board/freescale/ls1043ardb/Kconfig
parentf428268adb7b632e3477f1f2b98df07eb0cb6040 (diff)
downloadu-boot-imx-88077715d8d81825605028f2040b17137513f858.zip
u-boot-imx-88077715d8d81825605028f2040b17137513f858.tar.gz
u-boot-imx-88077715d8d81825605028f2040b17137513f858.tar.bz2
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST
Introduce board/freescale/common/Kconfig so that we have a single place for CONFIG options that are shared between ARM and PowerPC NXP platforms. Cc: York Sun <york.sun@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1043ardb/Kconfig')
-rw-r--r--board/freescale/ls1043ardb/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1043ardb/Kconfig b/board/freescale/ls1043ardb/Kconfig
index 80203a4..1bab7ca 100644
--- a/board/freescale/ls1043ardb/Kconfig
+++ b/board/freescale/ls1043ardb/Kconfig
@@ -22,4 +22,6 @@ config SYS_HAS_ARMV8_SECURE_BASE
If enabled, please also define the value for ARMV8_SECURE_BASE,
for LS1043ARDB, it could be some address in OCRAM.
+source "board/freescale/common/Kconfig"
+
endif