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 D | 0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch | 26 +#define MTDPARTS_DEFAULT "mtdparts=bmc:384k(u-boot),128k(u-boot-env),-(obmc-ubi)" 65 + "mtdparts=" MTDPARTS_DEFAULT "\0" \
|
H A D | 0004-config-ast-common-Add-conditional-factory-reset-comm.patch | 40 "mtdparts=" MTDPARTS_DEFAULT "\0" \
|
/openbmc/u-boot/include/configs/ |
H A D | SBx81LIFKW.h | 52 #define MTDPARTS_DEFAULT "mtdparts=spi0.0:768K(boot)ro,256K(boot-env),14M(user),1M(errlog)" macro
|
H A D | SBx81LIFXCAT.h | 52 #define MTDPARTS_DEFAULT "mtdparts=spi0.0:768K(boot)ro,256K(boot-env),14M(user),1M(errlog)" macro
|
H A D | x530.h | 52 #define MTDPARTS_DEFAULT "mtdparts=nand:240M(user),8M(errlog),8M(nand-bbt)" macro
|
H A D | wb45n.h | 77 #define MTDPARTS_DEFAULT "mtdparts=atmel_nand:" \ macro
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtd_uboot.c | 138 #elif defined(MTDPARTS_DEFAULT) in get_mtdparts() 139 mtdparts = MTDPARTS_DEFAULT; in get_mtdparts()
|
/openbmc/u-boot/cmd/ |
H A D | mtdparts.c | 118 #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 D | Kconfig | 1818 config MTDPARTS_DEFAULT config
|