From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 21 Sep 2015 12:24:56 -0600 Subject: [U-Boot] [PATCH v2 1/5] disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set In-Reply-To: <1442530019-2692-1-git-send-email-hdegoede@redhat.com> References: <1442530019-2692-1-git-send-email-hdegoede@redhat.com> Message-ID: <56004B78.7040901@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/17/2015 04:46 PM, Hans de Goede wrote: > This is not necessary / useful when not building with CONFIG_SANDBOX and > with the addition of ubifs support to the generic fs commands it actually > gets in the way, since both operate on a fake / NULL blkdev. Acked-by: Stephen Warren