X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fflash.h;h=b0bf733f18dc7c16fdeedd62b5a85d99f51fa813;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=43b9c6bdca6252b85faa6c5eadee91296ac7fa64;hpb=1d10b9e99d1b4a6a880d424ec791cde45cb04614;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/flash.h b/include/flash.h index 43b9c6b..b0bf733 100644 --- a/include/flash.h +++ b/include/flash.h @@ -119,6 +119,11 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of */ #define FLAG_PROTECT_SET 0x01 #define FLAG_PROTECT_CLEAR 0x02 +#define FLAG_PROTECT_INVALID 0x03 +/*----------------------------------------------------------------------- + * Set Environment according to label: + */ +#define FLAG_SETENV 0x80 /*----------------------------------------------------------------------- * Device IDs