From c2ae7d822086fd07386c3a67f76350e749418f66 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:22 -0600 Subject: 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 --- common/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 63c4a67..35f4279 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -213,3 +213,5 @@ config VERSION_VARIABLE version as printed by the "version" command. Any change to this variable will be reverted at the next reset. + +source "common/spl/Kconfig" -- cgit v1.1