]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
kconfig: Adjust ordering so that defaults work as expected
authorSimon Glass <sjg@chromium.org>
Tue, 24 Feb 2015 13:26:19 +0000 (22:26 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:30:55 +0000 (21:30 +0200)
commitde68c7c334a106c0f39376570ac09d49ba013711
tree917406e8615a303271704dc3bdca1103189e2bda
parentd44459856628f84f6303a87b11adaae212b47c41
kconfig: Adjust ordering so that defaults work as expected

At present defaults in arch-specific Kconfig files are ignored if the
top-level item comes ahead of it in include order. This means that it is
not possible to have a U-Boot default that architectures and boards can
override. This does not seem very useful.

Move the include earlier to support this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Kconfig