* [PATCH] ARM: boards: kindle mx50: adapt MCI name to DTS
@ 2019-05-20 20:11 Alexander Kurz
2019-05-21 9:46 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kurz @ 2019-05-20 20:11 UTC (permalink / raw)
To: barebox, Sascha Hauer; +Cc: Alexander Kurz, Alexander Kurz
From: Alexander Kurz <akurz@kbdbabel.org>
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 <akurz@blala.de>
---
Documentation/boards/imx/amazon-kindle-4-5.rst | 4 ++--
arch/arm/boards/kindle-mx50/board.c | 2 +-
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/boards/imx/amazon-kindle-4-5.rst b/Documentation/boards/imx/amazon-kindle-4-5.rst
index 26f072e28..f71ffe176 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
diff --git a/arch/arm/boards/kindle-mx50/board.c b/arch/arm/boards/kindle-mx50/board.c
index fb1d4c937..bfcb9b83b 100644
--- a/arch/arm/boards/kindle-mx50/board.c
+++ b/arch/arm/boards/kindle-mx50/board.c
@@ -98,7 +98,7 @@ static void kindle_rev_init(void)
int ret;
size_t size;
void *buf;
- const char userdata[] = "/dev/disk0.boot0.userdata";
+ const char userdata[] = "/dev/mmc2.boot0.userdata";
ret = read_file_2(userdata, &size, &buf, 128);
if (ret && ret != -EFBIG) {
pr_err("Could not read board info from %s\n", userdata);
diff --git a/arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel b/arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel
index 4f2cabd54..b8d93be59 100644
--- a/arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel
+++ b/arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel
@@ -12,4 +12,4 @@ armlinux_system_serial="$global.board.ocotp_serial"
global linux.bootargs.dyn.root="root=/dev/mmcblk0p1 rootwait ro"
-bootm -c /dev/disk0.kernel
+bootm -c /dev/mmc2.kernel
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: boards: kindle mx50: adapt MCI name to DTS
2019-05-20 20:11 [PATCH] ARM: boards: kindle mx50: adapt MCI name to DTS Alexander Kurz
@ 2019-05-21 9:46 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-05-21 9:46 UTC (permalink / raw)
To: Alexander Kurz; +Cc: barebox, Alexander Kurz
On Mon, May 20, 2019 at 08:11:31PM +0000, Alexander Kurz wrote:
> From: Alexander Kurz <akurz@kbdbabel.org>
>
> 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 <akurz@blala.de>
> ---
> Documentation/boards/imx/amazon-kindle-4-5.rst | 4 ++--
> arch/arm/boards/kindle-mx50/board.c | 2 +-
> arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-21 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 20:11 [PATCH] ARM: boards: kindle mx50: adapt MCI name to DTS Alexander Kurz
2019-05-21 9:46 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox