commit | 57a5e297f8926da7174badfe9bf80cdbb068dae8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Jul 30 14:08:25 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Jul 30 14:42:03 2014 -0400 |
tree | c4232d108de3aca2127cb4b07be68649eb263c3b | |
parent | f36ffc4cddecbf909c1e466ed0135125423c391d [diff] |
include: remove CONFIG_SPL/CONFIG_TPL definition in config headers Now CONFIG_SPL and CONFIG_TPL are defined in Kconfig. Remove the redundant definition in config headers. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Simon Glass <sjg@chromium.org>