Skip to content
Snippets Groups Projects
Commit 66afaef2 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reported-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 6d4d05b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment