Searched refs:comma (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/mtd/ |
A D | mtd_uboot.c | 61 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local 78 comma = strchr(mtdids, ','); in mtd_search_alternate_name() 79 if (comma) in mtd_search_alternate_name() 80 mtd_id_len = comma - mtd_id; in mtd_search_alternate_name() 99 mtdids = comma + 1; in mtd_search_alternate_name() 100 } while (comma); in mtd_search_alternate_name()
|
/u-boot/scripts/ |
A D | Kconfig.include | 4 comma := ,
|
A D | Kbuild.include | 5 comma := , 19 # contain a comma 20 depfile = $(subst $(comma),_,$(dot-target).d) 102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 157 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
A D | Makefile.lib | 95 name-fix = $(squote)$(quote)$(subst $(comma),_,$(subst -,_,$1))$(quote)$(squote)
|
/u-boot/doc/ |
A D | README.iomux | 23 A user can use a comma-separated list of devices to set stdin, stdout 25 are allowed around the comma(s)!
|
A D | README.video | 21 <options> A comma-separated list of device-specific options
|
/u-boot/arch/arm/ |
A D | config.mk | 38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always)
|
/u-boot/doc/uImage.FIT/ |
A D | source_file_format.txt | 258 loaded at their given locations. "loadables" is a comma-separated list
|
/u-boot/tools/patman/ |
A D | README | 310 Separate each tag with a comma.
|
/u-boot/tools/buildman/ |
A D | README | 155 takes a comma-separated list of board target names and be used multiple times
|
Completed in 7 milliseconds