From 3da7b102b17e8ba1311749cbd2fb0be1c62bb615 Mon Sep 17 00:00:00 2001 From: Alexander Kurz Date: Mon, 20 May 2019 20:11:31 +0000 Subject: ARM: boards: kindle mx50: adapt MCI name to DTS The MCI instances got aliases in the DTS from linux upstream which changed the eMMC devicename e.g. from disk0 to mmc2. Adapt to this. Signed-off-by: Alexander Kurz Signed-off-by: Sascha Hauer --- Documentation/boards/imx/amazon-kindle-4-5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/boards/imx/amazon-kindle-4-5.rst b/Documentation/boards/imx/amazon-kindle-4-5.rst index 26f072e28d..f71ffe1766 100644 --- a/Documentation/boards/imx/amazon-kindle-4-5.rst +++ b/Documentation/boards/imx/amazon-kindle-4-5.rst @@ -68,5 +68,5 @@ e.g. for the D01100 just write the imx-header and the application section: .. code-block:: console $ loady -t usbserial - $ memcpy -b -s barebox-kindle-d01100.img -d /dev/disk0.boot0.imx_header 1024 0 2048 - $ memcpy -b -s barebox-kindle-d01100.img -d /dev/disk0.boot0.self 4096 0 253952 + $ memcpy -b -s barebox-kindle-d01100.img -d /dev/mmc2.boot0.imx_header 1024 0 2048 + $ memcpy -b -s barebox-kindle-d01100.img -d /dev/mmc2.boot0.self 4096 0 253952 -- cgit v1.2.3