public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dragonboard410c: Fix environment variables
@ 2016-04-13 12:16 Andreas Färber
  2016-04-13 12:22 ` Andreas Färber
  2016-04-21 11:24 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Färber @ 2016-04-13 12:16 UTC (permalink / raw)
  To: u-boot

Some variables for the distro boot commands were missing, using some
custom name instead. Rename them.

Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Andreas F?rber <afaerber@suse.de>
---
 include/configs/dragonboard410c.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index a63440f..6dd5fbf 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -126,10 +126,10 @@ REFLASH(dragonboard/u-boot.img, 8)\
 	"fdt_high=0xffffffffffffffff\0" \
 	"initrd_high=0xffffffffffffffff\0" \
 	"linux_image=Image\0" \
-	"linux_addr=0x81000000\0"\
-	"fdt_image=apq8016-sbc.dtb\0" \
-	"fdt_addr=0x83000000\0"\
-	"ramdisk_addr=0x84000000\0"\
+	"kernel_addr_r=0x81000000\0"\
+	"fdtfile=apq8016-sbc.dtb\0" \
+	"fdt_addr_r=0x83000000\0"\
+	"ramdisk_addr_r=0x84000000\0"\
 	BOOTENV
 
 #define CONFIG_ENV_IS_NOWHERE
-- 
2.6.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] dragonboard410c: Fix environment variables
  2016-04-13 12:16 [U-Boot] [PATCH] dragonboard410c: Fix environment variables Andreas Färber
@ 2016-04-13 12:22 ` Andreas Färber
  2016-04-21 11:24 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2016-04-13 12:22 UTC (permalink / raw)
  To: u-boot

Hi Daniel,

Am 13.04.2016 um 14:16 schrieb Andreas F?rber:
> Some variables for the distro boot commands were missing, using some
> custom name instead. Rename them.
> 
> Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
> Signed-off-by: Andreas F?rber <afaerber@suse.de>
> ---
>  include/configs/dragonboard410c.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
> index a63440f..6dd5fbf 100644
> --- a/include/configs/dragonboard410c.h
> +++ b/include/configs/dragonboard410c.h
> @@ -126,10 +126,10 @@ REFLASH(dragonboard/u-boot.img, 8)\
>  	"fdt_high=0xffffffffffffffff\0" \
>  	"initrd_high=0xffffffffffffffff\0" \
>  	"linux_image=Image\0" \
> -	"linux_addr=0x81000000\0"\
> -	"fdt_image=apq8016-sbc.dtb\0" \
> -	"fdt_addr=0x83000000\0"\
> -	"ramdisk_addr=0x84000000\0"\
> +	"kernel_addr_r=0x81000000\0"\
> +	"fdtfile=apq8016-sbc.dtb\0" \
> +	"fdt_addr_r=0x83000000\0"\
> +	"ramdisk_addr_r=0x84000000\0"\
>  	BOOTENV
>  
>  #define CONFIG_ENV_IS_NOWHERE

Forgot about investigating scriptaddr you mentioned. We can either add
it in a v2 if there's something else, or you can follow up after this.

EFI was still not working for me and I did not yet test boot.scr.

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] 3+ messages in thread

* [U-Boot] dragonboard410c: Fix environment variables
  2016-04-13 12:16 [U-Boot] [PATCH] dragonboard410c: Fix environment variables Andreas Färber
  2016-04-13 12:22 ` Andreas Färber
@ 2016-04-21 11:24 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-04-21 11:24 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 13, 2016 at 02:16:22PM +0200, Andreas F?rber wrote:

> Some variables for the distro boot commands were missing, using some
> custom name instead. Rename them.
> 
> Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
> Signed-off-by: Andreas F?rber <afaerber@suse.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/20160421/711b4117/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-21 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 12:16 [U-Boot] [PATCH] dragonboard410c: Fix environment variables Andreas Färber
2016-04-13 12:22 ` Andreas Färber
2016-04-21 11:24 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox