diff mbox

[U-Boot,1/1] kikwood: uboot-envtools: add plugs boards

Message ID 1418914755-31799-1-git-send-email-dreagle@doukki.net
State Deferred
Delegated to: Stefan Roese
Headers show

Commit Message

DrEagle Dec. 18, 2014, 2:59 p.m. UTC
Add some kirkwood plugs to uboot-envtools
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus

Signed-off-by: Gerald Kerma <dreagle@doukki.net>
---
 package/boot/uboot-envtools/files/kirkwood | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

DrEagle Dec. 18, 2014, 3:27 p.m. UTC | #1
Sorry...

I post to the wrong list !

Regards,
Gérald

Le 18/12/2014 15:59, Gerald Kerma a écrit :
> Add some kirkwood plugs to uboot-envtools
> - SheevaPlug
> - SheevaPlug with eSATA
> - GuruplugServerPlus
> 
> Signed-off-by: Gerald Kerma <dreagle@doukki.net>
> ---
>  package/boot/uboot-envtools/files/kirkwood | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood
> index b15b8f9..13b3e60 100644
> --- a/package/boot/uboot-envtools/files/kirkwood
> +++ b/package/boot/uboot-envtools/files/kirkwood
> @@ -17,7 +17,10 @@ case "$board" in
>  "ea3500" | \
>  "ea4500" | \
>  "ib62x0" | \
> -"pogo_e02")
> +"guruplug-server-plus" | \
> +"pogo_e02"| \
> +"sheevaplug" | \
> +"sheevaplug-esata" )
>  	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
>  	;;
>  esac
>
diff mbox

Patch

diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood
index b15b8f9..13b3e60 100644
--- a/package/boot/uboot-envtools/files/kirkwood
+++ b/package/boot/uboot-envtools/files/kirkwood
@@ -17,7 +17,10 @@  case "$board" in
 "ea3500" | \
 "ea4500" | \
 "ib62x0" | \
-"pogo_e02")
+"guruplug-server-plus" | \
+"pogo_e02"| \
+"sheevaplug" | \
+"sheevaplug-esata" )
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
 	;;
 esac