Home
last modified time | relevance | path

Searched refs:MTDPARTS_DEFAULT (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch26 +#define MTDPARTS_DEFAULT "mtdparts=bmc:384k(u-boot),128k(u-boot-env),-(obmc-ubi)"
65 + "mtdparts=" MTDPARTS_DEFAULT "\0" \
H A D0004-config-ast-common-Add-conditional-factory-reset-comm.patch40 "mtdparts=" MTDPARTS_DEFAULT "\0" \
/openbmc/u-boot/include/configs/
H A DSBx81LIFKW.h52 #define MTDPARTS_DEFAULT "mtdparts=spi0.0:768K(boot)ro,256K(boot-env),14M(user),1M(errlog)" macro
H A DSBx81LIFXCAT.h52 #define MTDPARTS_DEFAULT "mtdparts=spi0.0:768K(boot)ro,256K(boot-env),14M(user),1M(errlog)" macro
H A Dx530.h52 #define MTDPARTS_DEFAULT "mtdparts=nand:240M(user),8M(errlog),8M(nand-bbt)" macro
H A Dwb45n.h77 #define MTDPARTS_DEFAULT "mtdparts=atmel_nand:" \ macro
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c138 #elif defined(MTDPARTS_DEFAULT) in get_mtdparts()
139 mtdparts = MTDPARTS_DEFAULT; in get_mtdparts()
/openbmc/u-boot/cmd/
H A Dmtdparts.c118 #if !defined(MTDPARTS_DEFAULT)
120 #define MTDPARTS_DEFAULT CONFIG_MTDPARTS_DEFAULT macro
122 #define MTDPARTS_DEFAULT NULL macro
129 static const char *mtdparts_default = MTDPARTS_DEFAULT;
H A DKconfig1818 config MTDPARTS_DEFAULT config