diff mbox

[U-Boot] am335x, siemens boards: adapt default environment setting

Message ID 1386673013-5780-1-git-send-email-hs@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Heiko Schocher Dec. 10, 2013, 10:56 a.m. UTC
commit 16297cfb2a20c9d89834cd9e31edac5184a777a1
Author: Mateusz Zalega <m.zalega@samsung.com>
Date:   Fri Oct 4 19:22:26 2013 +0200

    usb: new board-specific USB init interface

introduced a new parameter to the dfu command. Adapt the default environment
for the siemens boards.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: Mateusz Zalega <m.zalega@samsung.com>
---
 include/configs/siemens-am33x-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Dec. 13, 2013, 12:46 p.m. UTC | #1
On Tue, Dec 10, 2013 at 11:56:53AM +0100, Heiko Schocher wrote:

> commit 16297cfb2a20c9d89834cd9e31edac5184a777a1
> Author: Mateusz Zalega <m.zalega@samsung.com>
> Date:   Fri Oct 4 19:22:26 2013 +0200
> 
>     usb: new board-specific USB init interface
> 
> introduced a new parameter to the dfu command. Adapt the default environment
> for the siemens boards.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Cc: Tom Rini <trini@ti.com>
> Cc: Lukasz Majewski <l.majewski@samsung.com>
> Cc: Mateusz Zalega <m.zalega@samsung.com>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h
index f37653f..b37856c 100644
--- a/include/configs/siemens-am33x-common.h
+++ b/include/configs/siemens-am33x-common.h
@@ -394,7 +394,7 @@ 
 	"dfu_args=run bootargs_defaults;" \
 		"setenv bootargs ${bootargs} ;" \
 		"mtdparts default; " \
-		"dfu nand 0; \0" \
+		"dfu 0 nand 0; \0" \
 		"dfu_alt_info=" DFU_ALT_INFO_NAND "\0" \
 	"net_args=run bootargs_defaults;" \
 		"mtdparts default;" \