Home
last modified time | relevance | path

Searched refs:UBI_SPL_VOL_IDS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.h16 #define UBI_SPL_VOL_IDS CONFIG_SPL_UBI_VOL_IDS macro
112 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS];
H A Dubispl.c214 if (vol_id >= UBI_SPL_VOL_IDS || vh->vol_type != UBI_VID_STATIC) in ubi_scan_vid_hdr()
235 if (vol_id >= UBI_SPL_VOL_IDS || vol_type != UBI_STATIC_VOLUME) in assign_aeb_to_av()
850 if (vol_id >= UBI_SPL_VOL_IDS) in ipl_load()