commit | 16329f5f44cf1e7f922362f3bf806f5f1df07293 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Jul 30 14:08:20 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Jul 30 14:42:02 2014 -0400 |
tree | 8ffec03175d60dc858467f323d397254919ec46d | |
parent | c1ee48ef8483069c4551db0322cb76efb0759a20 [diff] |
kconfig: remove mkconfig and boards.cfg The old configuration script is no longer necessary. Nor is boards.cfg a primary database. We can generate it with the genboardscfg.py tool based on the latest Kconfig, defconfig and MAINTAINERS. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>