From a2580ebb72af57a1b47757ecd3450caca97cdaeb Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 30 Jul 2014 14:08:20 +0900 Subject: 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 Acked-by: Simon Glass --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ac2e60d2b..a40c277105 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 -- cgit v1.2.1