diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-07-12 20:28:33 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:19 -0400 |
commit | a5debaa3920ca1f50896a2cfc25597f4aaca7bf6 (patch) | |
tree | fcecc7889c59fed6dfdb769269d8c62c7db13464 /include/configs/omap3_igep00x0.h | |
parent | 4b9dc7c26b5a7e20c9be697f1ba3bb4ba995c643 (diff) | |
download | u-boot-imx-a5debaa3920ca1f50896a2cfc25597f4aaca7bf6.zip u-boot-imx-a5debaa3920ca1f50896a2cfc25597f4aaca7bf6.tar.gz u-boot-imx-a5debaa3920ca1f50896a2cfc25597f4aaca7bf6.tar.bz2 |
igep00x0: generate default mtdparts according NAND chip used
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'include/configs/omap3_igep00x0.h')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 03ffda9..e0d2593 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -113,6 +113,7 @@ #define CONFIG_RBTREE #define CONFIG_MTD_PARTITIONS +#define CONFIG_SYS_MTDPARTS_RUNTIME /* OneNAND config */ #define CONFIG_SPL_ONENAND_SUPPORT |