X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fflash.h;h=b0bf733f18dc7c16fdeedd62b5a85d99f51fa813;hb=cfa4c9d8996d5949f615553c220a06c9fe6395cc;hp=43b9c6bdca6252b85faa6c5eadee91296ac7fa64;hpb=6db7d0af2336c126e4d4b2f248cc23516bdd46a8;p=oweals%2Fu-boot.git diff --git a/include/flash.h b/include/flash.h index 43b9c6bdca..b0bf733f18 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