From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 08 Sep 2014 09:04:25 -0600 Subject: [U-Boot] [PATCH 09/10] kconfig: move CONFIG_OF_* to Kconfig In-Reply-To: <1410079409-28450-10-git-send-email-yamada.m@jp.panasonic.com> References: <1410079409-28450-1-git-send-email-yamada.m@jp.panasonic.com> <1410079409-28450-10-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <540DC579.5060307@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.