From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 19 Mar 2021 19:52:46 -0400 Subject: [PATCH v3 20/27] x86: dts: Drop unused CONFIG_SPL In-Reply-To: <20210318072517.26894-21-sjg@chromium.org> References: <20210318072517.26894-21-sjg@chromium.org> <20210318072517.26894-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This cannot be used since the previous #elif has already dealt with SPL. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/dts/u-boot.dtsi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) Applied to u-boot-dm/next, thanks!