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

  /external/u-boot/env/
ubi.c 31 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) {
33 CONFIG_ENV_UBI_PART);
42 CONFIG_ENV_UBI_PART,
51 CONFIG_ENV_UBI_PART,
73 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) {
75 CONFIG_ENV_UBI_PART);
82 CONFIG_ENV_UBI_PART, CONFIG_ENV_UBI_VOLUME);
114 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) {
116 CONFIG_ENV_UBI_PART);
125 CONFIG_ENV_UBI_PART, CONFIG_ENV_UBI_VOLUME)
    [all...]
  /external/u-boot/include/configs/
am335x_igep003x.h 131 #define CONFIG_ENV_UBI_PART "UBI"
omap3_igep00x0.h 135 #define CONFIG_ENV_UBI_PART "UBI"
  /external/u-boot/include/
environment.h 90 # ifndef CONFIG_ENV_UBI_PART
91 # error "Need to define CONFIG_ENV_UBI_PART when using CONFIG_ENV_IS_IN_UBI"

Completed in 1991 milliseconds