Skip to content
Snippets Groups Projects
Commit 576e7a10 authored by Reinhard Meyer's avatar Reinhard Meyer Committed by Albert ARIBAUD
Browse files

ATMEL spi_dataflash driver - fix to build again


The rework effort for ATMEL (AT91/AVR32) accidentially broke build of
this driver. Fix this to make it build again. However this driver should
be reworked as soon as possible!

Signed-off-by: default avatarReinhard Meyer <u-boot@emk-elektronik.de>
parent 9b372b2c
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,9 @@ ...@@ -21,10 +21,9 @@
#include <common.h> #include <common.h>
#ifndef CONFIG_AT91_LEGACY #ifndef CONFIG_AT91_LEGACY
# define CONFIG_ATMEL_LEGACY # define CONFIG_AT91_LEGACY
# warning Please update to use C structure SoC access ! # warning Please update to use C structure SoC access !
#endif #endif
#include <common.h>
#include <spi.h> #include <spi.h>
#include <malloc.h> #include <malloc.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment