summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-12-21 13:38:09 -0500
committerTom Rini <trini@konsulko.com>2018-12-21 13:38:09 -0500
commit562a63e86bc7b308a328a7bbdf0db237855c39a8 (patch)
tree4a43bc9ed8e360e64bf130224c599e866af18194 /include
parent5c676780e116dc79c1819d6c49a2aa53e1053e04 (diff)
parent7a147220c6459aeb7c6b6f7afe4330dcce077c9b (diff)
downloadu-boot-562a63e86bc7b308a328a7bbdf0db237855c39a8.tar.gz
u-boot-562a63e86bc7b308a328a7bbdf0db237855c39a8.tar.bz2
u-boot-562a63e86bc7b308a328a7bbdf0db237855c39a8.zip
Merge git://git.denx.de/u-boot-marvell
- Fix breakage in helios4: Change U-Boot offset on SPI Flash - Enable CONFIG_BLK for db-88f6820-amc
Diffstat (limited to 'include')
-rw-r--r--include/configs/helios4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/helios4.h b/include/configs/helios4.h
index 3157225f06..4e98f19a40 100644
--- a/include/configs/helios4.h
+++ b/include/configs/helios4.h
@@ -118,7 +118,7 @@
#define CONFIG_SPL_SPI_FLASH_SUPPORT
#define CONFIG_SPL_SPI_LOAD
#define CONFIG_SPL_SPI_SUPPORT
-#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
+#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x30000
#define CONFIG_SYS_U_BOOT_OFFS CONFIG_SYS_SPI_U_BOOT_OFFS
#endif