From 8519d180354fe2d488973e6612902bd552bcf8fb Mon Sep 17 00:00:00 2001 From: Holger Brunck Date: Mon, 4 Jul 2011 22:24:00 +0000 Subject: km/common: use u-boot.kwb for u-boot update function on arm Now we use the standard u-boot make to build the Kirkwood binary. The output file is u-boot.kwb. So use this name for the tftp update function to avoid confusion, because this is the binary we need on Kirkwood. Signed-off-by: Holger Brunck cc: Valentin Longchamp cc: Heiko Schocher cc: Wolfgang Denk --- include/configs/km/km_arm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/km/km_arm.h') diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 23717f4..d41fcb7 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -74,6 +74,7 @@ #define CONFIG_KM_DEF_ENV_CPU \ "boot=bootm ${load_addr_r} - -\0" \ "cramfsloadfdt=true\0" \ + "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.kwb\0" \ CONFIG_KM_DEF_ENV_UPDATE \ "" -- cgit v1.1