]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
authorHolger Brunck <holger.brunck@keymile.com>
Fri, 25 May 2012 01:57:16 +0000 (01:57 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:30 +0000 (14:07 +0200)
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>

include/configs/km/km_arm.h

index 011f838106e0d40d23edcc302937d7dadfc82d22..20b0c36679d6c43c29f7bf381e75fe8cf2ca0355 100644 (file)
@@ -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};"                \