From eb77a8f6213c4be92b17f5603c33c4a81f6cf4df Mon Sep 17 00:00:00 2001 From: "Edward A. James" Date: Fri, 14 Jul 2017 12:32:44 -0500 Subject: Remove initramfs workaround for u-boot environment. Early in the dev-4.4 kernel lifetime a workaround was developed when the fw_setenv command was failing. That issue does not appear with the current kernel and the workaround can be removed. Change-Id: I2a0f01f274b7ce76fbd1e80fe901cc86087ee5d8 Signed-off-by: Edward A. James --- .../meta-aspeed/meta-ast2500/recipes-bsp/u-boot/files/fw_env.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openbmc-bsp/meta-aspeed/meta-ast2500') diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-bsp/u-boot/files/fw_env.config b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-bsp/u-boot/files/fw_env.config index 978e4d6e5..78c946699 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-bsp/u-boot/files/fw_env.config +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-bsp/u-boot/files/fw_env.config @@ -13,7 +13,7 @@ # MTD SPI-dataflash example # MTD device name Device offset Env. size Flash sector size Number of sectors #/dev/mtd2 0x00000 0x20000 -/run/fw_env 0x00000 0x20000 +/dev/mtd/u-boot-env 0x00000 0x20000 #/dev/mtd5 0x4200 0x4200 #/dev/mtd6 0x4200 0x4200 -- cgit v1.2.1