diff options
author | Baruch Siach <baruch@tkos.co.il> | 2019-03-27 08:01:26 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | 1c11dcf847793f498e3b79d37a9ef41f53ef8e90 (patch) | |
tree | e9f050ee2bb2be930664effa719c3653294c06ff /include/configs/turris_mox.h | |
parent | 3ff0ad2e48da3e5982761bd594124d56cf3002cf (diff) | |
download | u-boot-1c11dcf847793f498e3b79d37a9ef41f53ef8e90.tar.gz u-boot-1c11dcf847793f498e3b79d37a9ef41f53ef8e90.tar.xz u-boot-1c11dcf847793f498e3b79d37a9ef41f53ef8e90.zip |
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/turris_mox.h')
-rw-r--r-- | include/configs/turris_mox.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index 5d5394e3e5..0de40eddcb 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -63,10 +63,6 @@ #define CONFIG_I2C_MV #define CONFIG_SYS_I2C_SLAVE 0x0 -/* - * SPI Flash configuration - */ - /* Environment in SPI NOR flash */ #define CONFIG_ENV_OFFSET 0x180000 /* as Marvell U-Boot version */ #define CONFIG_ENV_SIZE (64 << 10) /* 64KiB */ |