diff mbox

[U-Boot,v4,03/11] KM: fix typo in default environment

Message ID 1382089644-14595-4-git-send-email-valentin.longchamp@keymile.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Valentin Longchamp Oct. 18, 2013, 9:47 a.m. UTC
The ip kernel parameter had a typo in it (we've been lucky that it has
worked until now).

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
---
Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/configs/km/keymile-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun Oct. 18, 2013, 6:20 p.m. UTC | #1
On 10/18/2013 02:47 AM, Valentin Longchamp wrote:
> The ip kernel parameter had a typo in it (we've been lucky that it has
> worked until now).
> 
> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
> ---
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 

Applied to 85xx/next, pending merge to 85xx/master.

York
diff mbox

Patch

diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h
index a30c050..2524ceb 100644
--- a/include/configs/km/keymile-common.h
+++ b/include/configs/km/keymile-common.h
@@ -165,7 +165,7 @@ 
 	"add_default="							\
 		"setenv bootargs ${bootargs} "				\
 		"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"	\
-		":${hostname}:${netdev}:off3"				\
+		":${hostname}:${netdev}:off:"				\
 		" console=" CONFIG_KM_CONSOLE_TTY ",${baudrate}"	\
 		" mem=${kernelmem} init=${init}"			\
 		CONFIG_KM_ECC_MODE					\