commit | 6e0971b53dd5b37a0225b4342821a31c6ac7bb48 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 20 17:45:56 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 17:54:10 2014 -0400 |
tree | 9d4621e3a05f3f7066bbe70fb587f9cc0219c8d8 | |
parent | 49d0333d12eeaf791866142fc923dca853163a1c [diff] |
kconfig: add CONFIG_SUPPORT_SPL CONFIG_SPL should not be enabled for boards that do not have SPL. CONFIG_SUPPORT_SPL introduced by this commit should be "select"ed by boards with SPL support and CONFIG_SPL should depend on it. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>