Home
last modified time | relevance | path

Searched refs:devpart (Results 1 – 6 of 6) sorted by relevance

/u-boot/common/
A Dsplash.c39 .devpart = "0:1",
45 .devpart = "0:1",
51 .devpart = "0:1",
A Dsplash_source.c121 res = fs_set_blk_dev("mmc", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev()
124 res = fs_set_blk_dev("usb", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev()
127 res = fs_set_blk_dev("sata", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev()
/u-boot/board/friendlyarm/nanopi2/
A Dboard.c463 .devpart = __stringify(CONFIG_ROOT_DEV) ":"
479 char devpart[64] = { 0, }; in splash_screen_prepare() local
488 snprintf(devpart, ARRAY_SIZE(devpart), "%d:%d", rootdev, in splash_screen_prepare()
490 splash_locations[0].devpart = devpart; in splash_screen_prepare()
/u-boot/include/
A Dsplash.h46 char *devpart; /* Use the load command dev:part conventions */ member
/u-boot/board/compulab/cm_fx6/
A Dcm_fx6.c58 .devpart = "2:1",
64 .devpart = "0:1",
70 .devpart = "0:1",
/u-boot/board/menlo/m53menlo/
A Dm53menlo.c324 .devpart = "0:1",

Completed in 7 milliseconds