[U-Boot] [PATCH 09/10] kconfig: move CONFIG_OF_* to Kconfig

Stephen Warren swarren at wwwdotorg.org
Mon Sep 8 17:04:25 CEST 2014


On 09/07/2014 02:43 AM, Masahiro Yamada wrote:
> This commit moves:
>    CONFIG_OF_CONTROL
>    CONFIG_OF_SEPARATE
>    CONFIG_OF_EMBED
>    CONFIG_OF_HOSTFILE
>
> Because these options are currently not supported for SPL,
> the "Device Tree Control" menu does not appear in the SPL
> configuration.
>
> Note:
> zynq-common.h should be adjusted so as not to change the
> default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME.

I don't believe this is the correct approach; CONFIG_OF_CONTROL isn't a 
user-configurable option, and hence shouldn't show up in *_defconfig. 
"select OF_CONTROL" in a Kconfig file probably makes sense though.


More information about the U-Boot mailing list