From 22972b6ef840b1f0f26fb959f77cb62eed906344 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 10 Jan 2017 10:26:37 -0800 Subject: colibri-imx7: use mtd3 as environment partition With the new U-Boot MTD partitioning schema mtd3 is used for the environment. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- recipes-bsp/u-boot/files/colibri-imx7/fw_env.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot') diff --git a/recipes-bsp/u-boot/files/colibri-imx7/fw_env.config b/recipes-bsp/u-boot/files/colibri-imx7/fw_env.config index de614bb..30b8b90 100644 --- a/recipes-bsp/u-boot/files/colibri-imx7/fw_env.config +++ b/recipes-bsp/u-boot/files/colibri-imx7/fw_env.config @@ -7,5 +7,5 @@ # MTD device name Device offset Env. size Flash sector size Number of sectors # Colibri iMX7 -/dev/mtd2 0x00000000 0x00020000 0x20000 4 +/dev/mtd3 0x00000000 0x00020000 0x20000 4 -- cgit v1.2.3