HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SPL_UBI_MAX_PEBS (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/configs/
am335x_igep003x.h 120 #define CONFIG_SPL_UBI_MAX_PEBS 4096
omap3_igep00x0.h 124 #define CONFIG_SPL_UBI_MAX_PEBS 4096
  /external/u-boot/drivers/mtd/ubispl/
ubispl.h 26 #define UBI_FM_BM_SIZE ((CONFIG_SPL_UBI_MAX_PEBS / BITS_PER_LONG) + 1)
113 struct ubi_vid_hdr blockinfo[CONFIG_SPL_UBI_MAX_PEBS];
  /external/u-boot/common/spl/
spl_ubi.c 45 info.peb_count = CONFIG_SPL_UBI_MAX_PEBS - info.peb_offset;

Completed in 541 milliseconds