* [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported
@ 2017-04-15 9:29 Heinrich Schuchardt
2017-05-01 16:50 ` Heinrich Schuchardt
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2017-04-15 9:29 UTC (permalink / raw)
To: u-boot
Mention eMMC and microSD as supported devices.
They have been enabled with patch
d0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19
odroid-c2: enable new Meson GX MMC driver in board defconfig
which was accepted for u-boot-mmc.git.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Possibly the patch should be handled via u-boot-mmc.git.
---
board/amlogic/odroid-c2/README | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/amlogic/odroid-c2/README b/board/amlogic/odroid-c2/README
index d6d266a5ce..b407c04952 100644
--- a/board/amlogic/odroid-c2/README
+++ b/board/amlogic/odroid-c2/README
@@ -18,6 +18,7 @@ Schematics are available on the manufacturer website.
Currently the u-boot port supports the following devices:
- serial
+ - eMMC, microSD
- Ethernet
u-boot compilation
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported
2017-04-15 9:29 [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported Heinrich Schuchardt
@ 2017-05-01 16:50 ` Heinrich Schuchardt
2017-05-01 16:57 ` Andreas Färber
2017-05-01 16:58 ` [U-Boot] [U-Boot,1/1] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2017-05-01 16:50 UTC (permalink / raw)
To: u-boot
On 04/15/2017 11:29 AM, Heinrich Schuchardt wrote:
> Mention eMMC and microSD as supported devices.
>
> They have been enabled with patch
> d0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19
> odroid-c2: enable new Meson GX MMC driver in board defconfig
> which was accepted for u-boot-mmc.git.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> Possibly the patch should be handled via u-boot-mmc.git.
> ---
> board/amlogic/odroid-c2/README | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/board/amlogic/odroid-c2/README b/board/amlogic/odroid-c2/README
> index d6d266a5ce..b407c04952 100644
> --- a/board/amlogic/odroid-c2/README
> +++ b/board/amlogic/odroid-c2/README
> @@ -18,6 +18,7 @@ Schematics are available on the manufacturer website.
>
> Currently the u-boot port supports the following devices:
> - serial
> + - eMMC, microSD
> - Ethernet
>
> u-boot compilation
>
Hello Tom,
thanks for merging the patches that were needed for MMC support on the
Odroid C2.
Could you, please, also merge this patch for the documentation.
Best regards
Heinrich Schuchardt
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported
2017-04-15 9:29 [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported Heinrich Schuchardt
2017-05-01 16:50 ` Heinrich Schuchardt
@ 2017-05-01 16:57 ` Andreas Färber
2017-05-01 16:58 ` [U-Boot] [U-Boot,1/1] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2017-05-01 16:57 UTC (permalink / raw)
To: u-boot
Am 15.04.2017 um 11:29 schrieb Heinrich Schuchardt:
> Mention eMMC and microSD as supported devices.
>
> They have been enabled with patch
> d0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19
> odroid-c2: enable new Meson GX MMC driver in board defconfig
> which was accepted for u-boot-mmc.git.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [U-Boot,1/1] odroid-c2: README: MMC is supported
2017-04-15 9:29 [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported Heinrich Schuchardt
2017-05-01 16:50 ` Heinrich Schuchardt
2017-05-01 16:57 ` Andreas Färber
@ 2017-05-01 16:58 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-05-01 16:58 UTC (permalink / raw)
To: u-boot
On Sat, Apr 15, 2017 at 11:29:06AM +0200, xypron.glpk at gmx.de wrote:
> Mention eMMC and microSD as supported devices.
>
> They have been enabled with patch
> d0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19
> odroid-c2: enable new Meson GX MMC driver in board defconfig
> which was accepted for u-boot-mmc.git.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170501/bf68964b/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-05-01 16:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 9:29 [U-Boot] [PATCH 1/1] odroid-c2: README: MMC is supported Heinrich Schuchardt
2017-05-01 16:50 ` Heinrich Schuchardt
2017-05-01 16:57 ` Andreas Färber
2017-05-01 16:58 ` [U-Boot] [U-Boot,1/1] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox