From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Sat, 9 Jun 2018 11:15:23 +0200 Subject: [U-Boot] [PATCH] env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE In-Reply-To: <20180608071027.15253-1-alex.kiernan@gmail.com> References: <20180608071027.15253-1-alex.kiernan@gmail.com> Message-ID: <20180609091522.GB5665@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alex, > If ENV_IS_IN_EXT4 is set you shouldn't be able to select ENV_IS_NOWHERE. > Signed-off-by: Alex Kiernan Tested-by: Petr Vorel Nice fix, thanks :) Kind regards, Petr