]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/flash.h
dfu: Fix up the Kconfig mess
[people/ms/u-boot.git] / include / flash.h
index dc67cb2df61672272f2fec51a77c3a888c0c633e..1a4e87900996d4f0a8ce3cd62a6798106bdcbff5 100644 (file)
@@ -122,7 +122,7 @@ extern int jedec_flash_match(flash_info_t *info, ulong base);
  * return codes from flash_write():
  */
 #define ERR_OK                         0
-#define ERR_TIMOUT                     1
+#define ERR_TIMEOUT                    1
 #define ERR_NOT_ERASED                 2
 #define ERR_PROTECTED                  4
 #define ERR_INVAL                      8