summaryrefslogtreecommitdiff
path: root/include/configs/mvebu_armada-8k.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2019-03-27 09:01:26 +0300
committerStefan Roese <sr@denx.de>2019-04-12 08:04:18 +0300
commit1c11dcf847793f498e3b79d37a9ef41f53ef8e90 (patch)
treee9f050ee2bb2be930664effa719c3653294c06ff /include/configs/mvebu_armada-8k.h
parent3ff0ad2e48da3e5982761bd594124d56cf3002cf (diff)
downloadu-boot-1c11dcf847793f498e3b79d37a9ef41f53ef8e90.tar.xz
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/mvebu_armada-8k.h')
-rw-r--r--include/configs/mvebu_armada-8k.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h
index f4972b64dc..b28f3b9408 100644
--- a/include/configs/mvebu_armada-8k.h
+++ b/include/configs/mvebu_armada-8k.h
@@ -49,10 +49,6 @@
/* End of 16M scrubbed by training in bootrom */
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0xFF0000)
-/*
- * SPI Flash configuration
- */
-
#define CONFIG_ENV_OFFSET 0x180000 /* as Marvell U-Boot version */
#define CONFIG_ENV_SIZE (64 << 10) /* 64KiB */
#define CONFIG_ENV_SECT_SIZE (64 << 10) /* 64KiB sectors */