From patchwork Sun May 3 20:09:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezra Buehler X-Patchwork-Id: 244972 List-Id: U-Boot discussion From: ezra at easyb.ch (Ezra Buehler) Date: Sun, 3 May 2020 22:09:31 +0200 Subject: [PATCH 0/2] Fix boot from SPI flash on Synology DS414 Message-ID: <20200503200932.11913-1-ezra@easyb.ch> Booting from SPI flash on Synology DS414 (or DS214+) devices has been broken for quite some time now. As far as I can tell this is due to following commits: 3c265bbe4d rm: sync armada-xp dts files from Linux 5.0 7ddf8cfb0d kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS Ezra Buehler (2): arm: mvebu: armada-370-xp.dtsi: add u-boot,dm-pre-reloc to spi0 arm: mvebu: ds414: define CONFIG_SYS_U_BOOT_OFFS arch/arm/dts/armada-370-xp.dtsi | 1 + include/configs/ds414.h | 3 +++ 2 files changed, 4 insertions(+) --- 2.26.2