diff mbox series

[U-Boot] arm: kirkwood: lsxl: add note about sata in README

Message ID 20190411125417.10439-1-michael@walle.cc
State Superseded
Delegated to: Stefan Roese
Headers show
Series [U-Boot] arm: kirkwood: lsxl: add note about sata in README | expand

Commit Message

Michael Walle April 11, 2019, 12:54 p.m. UTC
From: Michael Walle <michael.walle@kontron.com>

The boot commands have changed in the environment. Add a note about the
incompatible change and how resolve the issue in the board's README.

Signed-off-by: Michael Walle <michael.walle@kontron.com>
---

Hi Stefan,

now that the patches are in the marvell tree and I guess they'll make it
into the next release. Could you apply the following patch, too?

Thanks,
  michael


 board/buffalo/lsxl/README | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Stefan Roese April 11, 2019, 1:01 p.m. UTC | #1
On 11.04.19 14:54, Michael Walle wrote:
> From: Michael Walle <michael.walle@kontron.com>
> 
> The boot commands have changed in the environment. Add a note about the
> incompatible change and how resolve the issue in the board's README.
> 
> Signed-off-by: Michael Walle <michael.walle@kontron.com>

Reviewed-by: Stefan Roese <sr@denx.de>

> ---
> 
> Hi Stefan,
> 
> now that the patches are in the marvell tree and I guess they'll make it
> into the next release. Could you apply the following patch, too?

Sure. I'll queue it for the next pull request in a few weeks
(will be on vacation next week).

Thanks,
Stefan
diff mbox series

Patch

diff --git a/board/buffalo/lsxl/README b/board/buffalo/lsxl/README
index ef5ed42880..fffb1ce8ec 100644
--- a/board/buffalo/lsxl/README
+++ b/board/buffalo/lsxl/README
@@ -8,6 +8,16 @@  the LS-XHL PCB has two SDRAM chips. Both have a Kirkwood CPU (Marvell
 bootloader and its environment. The linux kernel and the initial ramdisk
 are loaded from the hard disk.
 
+Important! Changes since v2019.07
+---------------------------------
+In u-boot v2019.07 the driver for the SATA port was changed to a new
+one. This means that the old "ide" command and block interface is not
+supported anymore. More important, the boot commands have changed. You have
+to overwrite the boot commands in your envionment with the new ones:
+
+  env default -f bootcmd_legacy
+  env default -f bootcmd_hdd
+  saveenv
 
 Rescue Mode
 -----------