summaryrefslogtreecommitdiff
path: root/include/configs/theadorable.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2019-03-27 08:01:26 +0200
committerStefan Roese <sr@denx.de>2019-04-12 07:04:18 +0200
commit1c11dcf847793f498e3b79d37a9ef41f53ef8e90 (patch)
treee9f050ee2bb2be930664effa719c3653294c06ff /include/configs/theadorable.h
parent3ff0ad2e48da3e5982761bd594124d56cf3002cf (diff)
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 <patrick.delaunay@st.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/theadorable.h')
-rw-r--r--include/configs/theadorable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
index 59b2546f0b..cd92835112 100644
--- a/include/configs/theadorable.h
+++ b/include/configs/theadorable.h
@@ -39,8 +39,6 @@
#define CONFIG_EHCI_IS_TDI
#define CONFIG_USB_MAX_CONTROLLER_COUNT 3
-/* SPI NOR flash default params, used by sf commands */
-
/* Environment in SPI NOR flash */
#define CONFIG_ENV_OFFSET (1 << 20) /* 1MiB in */
#define CONFIG_ENV_SIZE (64 << 10) /* 64KiB */