diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-23 00:43:10 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-24 15:33:59 (GMT) |
commit | 88077715d8d81825605028f2040b17137513f858 (patch) | |
tree | c56ee564dd87664cb1d72de93862805c3141d357 /board/freescale/ls1012ardb/Kconfig | |
parent | f428268adb7b632e3477f1f2b98df07eb0cb6040 (diff) | |
download | u-boot-88077715d8d81825605028f2040b17137513f858.tar.xz |
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/ls1012ardb/Kconfig')
-rw-r--r-- | board/freescale/ls1012ardb/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1012ardb/Kconfig b/board/freescale/ls1012ardb/Kconfig index 3f67c28..98231f9 100644 --- a/board/freescale/ls1012ardb/Kconfig +++ b/board/freescale/ls1012ardb/Kconfig @@ -12,4 +12,6 @@ config SYS_SOC config SYS_CONFIG_NAME default "ls1012ardb" +source "board/freescale/common/Kconfig" + endif |