commit | ffe197692a888953496089eae4a11fe09882af41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:22 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:03:36 2016 -0400 |
tree | 367346c45b58a8af3fa884967118a6e865197e47 | |
parent | 8bf41c265985fe316806229c439039e410a18ee3 [diff] [blame] |
Kconfig: Move SPL settings into their own file Move the SPL settings into common/spl where most of the SPL code is kept. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/Kconfig b/common/Kconfig index 63c4a67..35f4279 100644 --- a/common/Kconfig +++ b/common/Kconfig
@@ -213,3 +213,5 @@ version as printed by the "version" command. Any change to this variable will be reverted at the next reset. + +source "common/spl/Kconfig"