]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/environment.h
at91rm9200ek: use atmel_usart
[karo-tx-uboot.git] / include / environment.h
index 082b3e15b954ac06fd9f4068614944b9e16c0add..53d92df1f29475174ece0b5d2728531f8c4f26b5 100644 (file)
@@ -107,7 +107,8 @@ extern unsigned long nand_env_oob_offset;
 #ifdef CONFIG_ENV_IS_EMBEDDED
 # if !defined(CONFIG_ENV_IS_IN_FLASH) && \
      !defined(CONFIG_ENV_IS_IN_NAND) && \
-     !defined(CONFIG_ENV_IS_IN_ONENAND)
+     !defined(CONFIG_ENV_IS_IN_ONENAND) && \
+     !defined(CONFIG_ENV_IS_IN_SPI_FLASH)
 #  error "CONFIG_ENV_IS_EMBEDDED not supported for your flash type"
 # endif
 #endif