Hi Joe,

2015-05-13 7:12 GMT+09:00 Tom Rini <tr...@konsulko.com>:

> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
> index c044ad4..85fddd2 100644
> --- a/arch/arc/Kconfig
> +++ b/arch/arc/Kconfig
> @@ -132,6 +132,7 @@ config ARC_CACHE_LINE_SHIFT
>
>  choice
>         prompt "Target select"
> +       optional
>
>  config TARGET_DUMMY
>         bool "Dummy target"


You do not need to add "optional" to the ARC board select
because Alexey intentionally added TARGET_DUMMY
to the top of the board select list.

This is another solution to not lose any CONFIG_BOARD_
by savedefconfig although I personally prefer this idea very much.



-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to