diff options
author | Tom Rini | 2017-01-22 19:43:10 -0500 |
---|---|---|
committer | Tom Rini | 2017-01-24 10:33:59 -0500 |
commit | 88077715d8d81825605028f2040b17137513f858 (patch) | |
tree | c56ee564dd87664cb1d72de93862805c3141d357 /board/freescale/t104xrdb | |
parent | f428268adb7b632e3477f1f2b98df07eb0cb6040 (diff) |
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/t104xrdb')
-rw-r--r-- | board/freescale/t104xrdb/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/t104xrdb/Kconfig b/board/freescale/t104xrdb/Kconfig index e33d3173650..e6e46fa126f 100644 --- a/board/freescale/t104xrdb/Kconfig +++ b/board/freescale/t104xrdb/Kconfig @@ -11,4 +11,6 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "T104xRDB" +source "board/freescale/common/Kconfig" + endif |