diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-30 14:08:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-30 14:42:02 -0400 |
commit | a2580ebb72af57a1b47757ecd3450caca97cdaeb (patch) | |
tree | 8ffec03175d60dc858467f323d397254919ec46d /.gitignore | |
parent | 3c08e8b856a8a276b6e50fd92d20f466a6cfb5e0 (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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5ac2e60d2b1..a40c277105e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ /SPL /System.map /u-boot* +/boards.cfg # # git files that we don't want to ignore even it they are dot-files |