Home
last modified time | relevance | path

Searched refs:MTDIDS_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.patch25 +#define MTDIDS_DEFAULT "nor0=bmc"
64 + "mtdids=" MTDIDS_DEFAULT "\0" \
H A D0005-config-ast-common-Fall-back-to-secondary-flash-on-fa.patch33 "mtdids=" MTDIDS_DEFAULT "\0" \
H A D0004-config-ast-common-Add-conditional-factory-reset-comm.patch39 "mtdids=" MTDIDS_DEFAULT "\0" \
/openbmc/u-boot/include/configs/
H A Dx530.h51 #define MTDIDS_DEFAULT "nand0=nand" macro
H A Dwb45n.h76 #define MTDIDS_DEFAULT "nand0=atmel_nand" macro
H A Dsocfpga_stratix10_socdk.h76 #define MTDIDS_DEFAULT "nor0=ff705000.spi.0" macro
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c28 #elif defined(MTDIDS_DEFAULT) in get_mtdids()
29 mtdids = MTDIDS_DEFAULT; in get_mtdids()
/openbmc/u-boot/cmd/
H A Dmtdparts.c111 #if !defined(MTDIDS_DEFAULT)
113 #define MTDIDS_DEFAULT CONFIG_MTDIDS_DEFAULT macro
115 #define MTDIDS_DEFAULT NULL macro
128 static const char *mtdids_default = MTDIDS_DEFAULT;
H A DKconfig1811 config MTDIDS_DEFAULT config