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) | |
download | u-boot-imx-a2580ebb72af57a1b47757ecd3450caca97cdaeb.zip u-boot-imx-a2580ebb72af57a1b47757ecd3450caca97cdaeb.tar.gz u-boot-imx-a2580ebb72af57a1b47757ecd3450caca97cdaeb.tar.bz2 |
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
@@ -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 |