mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 02:51:30 +02:00
apalis-tk1: avoid save environment unasked
U-Boot should never save the environment unasked. This also avoids storing broken fdt_module to flash. Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
parent
b8055ee176
commit
c1e6576162
@ -71,9 +71,6 @@ int arch_misc_init(void)
|
|||||||
env_set("fdt_module", FDT_MODULE_V1_0);
|
env_set("fdt_module", FDT_MODULE_V1_0);
|
||||||
printf("patching fdt_module to " FDT_MODULE_V1_0
|
printf("patching fdt_module to " FDT_MODULE_V1_0
|
||||||
" for older V1.0 and V1.1 HW\n");
|
" for older V1.0 and V1.1 HW\n");
|
||||||
#ifndef CONFIG_ENV_IS_NOWHERE
|
|
||||||
env_save();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* activate USB power enable GPIOs */
|
/* activate USB power enable GPIOs */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user