From 1c11dcf847793f498e3b79d37a9ef41f53ef8e90 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Wed, 27 Mar 2019 08:01:26 +0200 Subject: mvebu: drop dangling SPI flash comments and #ifdefs Following commits abe66b1b5dec ("Convert CONFIG_ENV_SPI_* to Kconfig") and 14453fbfadc2f ("Convert CONFIG_SF_DEFAULT_* to Kconfig") remove dandling comment lines and empty #ifdef sections. Cc: Patrick Delaunay Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- include/configs/clearfog.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/clearfog.h') diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index c51cf284502..9f8d3cc9e5e 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -21,8 +21,6 @@ * Commands configuration */ -/* SPI NOR flash default params, used by sf commands */ - /* * SDIO/MMC Card Configuration */ -- cgit