瀏覽代碼

AT91/SPI: fix atmel_dataflash_spi.c to allow building without warnings

Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Reinhard Meyer 13 年之前
父節點
當前提交
0c42791476
共有 1 個文件被更改,包括 13 次插入3 次删除
  1. 13 3
      drivers/spi/atmel_dataflash_spi.c

+ 13 - 3
drivers/spi/atmel_dataflash_spi.c

@@ -19,10 +19,20 @@
  *
  *
  */
  */
 
 
+/*
+ * This driver desperately needs rework:
+ *
+ * - use structure SoC access
+ * - get rid of including asm/arch/at91_spi.h
+ * - remove asm/arch/at91_spi.h
+ * - get rid of all CONFIG_ATMEL_LEGACY defines and uses
+ *
+ * 02-Aug-2010 Reinhard Meyer <uboot@emk-elektronik.de>
+ */
+
 #include <common.h>
 #include <common.h>
-#ifndef CONFIG_AT91_LEGACY
-# define CONFIG_AT91_LEGACY
-# warning Please update to use C structure SoC access !
+#ifndef CONFIG_ATMEL_LEGACY
+# define CONFIG_ATMEL_LEGACY
 #endif
 #endif
 #include <spi.h>
 #include <spi.h>
 #include <malloc.h>
 #include <malloc.h>