diff options
| author | Vladimir Zapolskiy <[email protected]> | 2018-09-17 21:56:36 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-19 12:56:58 -0400 |
| commit | 61eb2860757a89eeb4f6573067263424d8452bfe (patch) | |
| tree | e869fb89b86cb66e16a8362840e144e510ee30a2 /include | |
| parent | e3e0819cbc3010829daf02fae1f44ac5c574e72f (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/work_92105.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |
