From 3ddd893679a2ad88731c3f5a1cf39fae5a738190 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Wed, 20 Jan 2016 15:05:31 +0100 Subject: [PATCH] LC15: fix for #ifndef structure Signed-off-by: H. Nikolaus Schaller --- include/configs/letux_cortex15.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/letux_cortex15.h b/include/configs/letux_cortex15.h index 1e7a318bc78..14c26c52700 100644 --- a/include/configs/letux_cortex15.h +++ b/include/configs/letux_cortex15.h @@ -14,8 +14,6 @@ #include -#ifndef CONFIG_SPL_BUILD - /* Letux Cortex 15 has no tca6424 */ #undef CONFIG_TCA642X #undef CONFIG_CMD_TCA642X -- 2.47.2