diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2012-05-25 01:57:16 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:30 +0200 |
commit | af85f0858808cb1598dd4353def58cf8eec3a83e (patch) | |
tree | 138652299e940bc038acd7d074fad849c25f741d | |
parent | f5b5a1c80ede478c44de605e41c41daae5bfcda3 (diff) | |
download | u-boot-imx-af85f0858808cb1598dd4353def58cf8eec3a83e.zip u-boot-imx-af85f0858808cb1598dd4353def58cf8eec3a83e.tar.gz u-boot-imx-af85f0858808cb1598dd4353def58cf8eec3a83e.tar.bz2 |
arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
This config option sounds like the it is responsible for the
update of the environment, but it is the u-boot update handling.
Therefore we adapt it to a more apropriate naming.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
-rw-r--r-- | include/configs/km/km_arm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 011f838..20b0c36 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -81,7 +81,7 @@ "boot=bootm ${load_addr_r} - -\0" \ "cramfsloadfdt=true\0" \ "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.kwb\0" \ - CONFIG_KM_DEF_ENV_UPDATE \ + CONFIG_KM_UPDATE_UBOOT \ "" #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ @@ -239,7 +239,7 @@ int get_scl(void); "-(" CONFIG_KM_UBI_PARTITION_NAME_BOOT ");" #endif /* MTDPARTS_DEFAULT */ -#define CONFIG_KM_DEF_ENV_UPDATE \ +#define CONFIG_KM_UPDATE_UBOOT \ "update=" \ "spi on;sf probe 0;sf erase 0 50000;" \ "sf write ${load_addr_r} 0 ${filesize};" \ |