[U-Boot] [PATCH] Update the rootfs type to ext4 for Overo and Pepper

2015-07-20 Thread Adam YH Lee
Gumstix is migrating from ext3 to ext4 file system. Signed-off-by: Adam YH Lee adam.yh@gmail.com --- include/configs/omap3_overo.h | 2 +- include/configs/pepper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/omap3_overo.h b/include/configs

[U-Boot] omap_gpmc: Do not default to HAM1 when SW ECC is selected

2015-02-17 Thread Adam YH Lee
data. This commit fixes the behavior by checking for CONFIG_BCH and using the scheme defined by CONFIG_NAND_OMAP_ECCSCHEME in the board configuration file. This has been tested on Gumstix Overo (OMAP3). Signed-off-by: Adam YH Lee adam.yh@gmail.com --- drivers/mtd/nand/omap_gpmc.c | 5 + 1