From 61eb2860757a89eeb4f6573067263424d8452bfe Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Mon, 17 Sep 2018 21:56:36 +0300 Subject: work_92105: remove unused CONFIG_LPC32XX_SPL configuration option The CONFIG_LPC32XX_SPL option from board include file has never been used, it is safe to remove it. Signed-off-by: Vladimir Zapolskiy --- include/configs/work_92105.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index f453f016751..471b3f48616 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -25,9 +25,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #endif -/* generate LPC32XX-specific SPL image */ -#define CONFIG_LPC32XX_SPL - /* * Memory configurations */ -- cgit v1.3.1