[U-Boot] [PATCH 6/6] arm: socfpga: socrates: Enabling mtd partitioning layout
Marek Vasut
marex at denx.de
Fri Dec 11 15:23:14 CET 2015
On Friday, December 11, 2015 at 10:15:53 AM, Chin Liang See wrote:
> Enabling mtd partitioning layout which indicate partition
> for various boot partition
>
> Signed-off-by: Chin Liang See <clsee at altera.com>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux at gmail.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> ---
> include/configs/socfpga_socrates.h | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/include/configs/socfpga_socrates.h
> b/include/configs/socfpga_socrates.h index 16a2a86..7b48afa 100644
> --- a/include/configs/socfpga_socrates.h
> +++ b/include/configs/socfpga_socrates.h
> @@ -92,4 +92,16 @@
> /* The rest of the configuration is shared */
> #include <configs/socfpga_common.h>
>
> +/* mtd partitioning for serial NOR flash */
> +#if defined(CONFIG_CMD_UBI) || defined(CONFIG_CMD_SF)
> +#define MTDPARTS_DEFAULT "mtdparts=ff705000.spi:"\
> + "256k(spl)," \
> + "64k(env)," \
> + "64k(dtb)," \
> + "256k(boot)," \
> + "16m(kernel)," \
> + "16m(rootfs)," \
> + "-(UBI)\0"
> +#endif
DTTO
Best regards,
Marek Vasut
More information about the U-Boot
mailing list