From 3c88a6cf719b7eba48955e7045019b35138a6831 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 22 Jul 2014 17:34:52 +0200 Subject: colibri-t20: add configuration to u-boot-fw-utils u-boot-fw-utils allows for U-Boot environmenmt access from Linux. Add the needed configuration file for colibri_t20 with a postinst script which choses the right NAND flash sector sizes from /proc/mtd While at it, fix some whitespace issues. --- recipes-bsp/u-boot/files/mx6/fw_env.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot/files') diff --git a/recipes-bsp/u-boot/files/mx6/fw_env.config b/recipes-bsp/u-boot/files/mx6/fw_env.config index 0da5083..efd358b 100644 --- a/recipes-bsp/u-boot/files/mx6/fw_env.config +++ b/recipes-bsp/u-boot/files/mx6/fw_env.config @@ -20,4 +20,4 @@ # Block device example # Apalis iMX6 -/dev/mmcblk2 0x80000 0x2000 +/dev/mmcblk0 0x80000 0x2000 -- cgit v1.2.3