summaryrefslogtreecommitdiff
path: root/board/tcm-bf537/tcm-bf537.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-24 03:54:19 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-02 16:00:37 -0400
commit71dcc2c2b1bc20b63c52561792813ad941a8b80c (patch)
tree83088ed1359933f004cfe3c7142a3077258f8bb1 /board/tcm-bf537/tcm-bf537.c
parent6815f540db61b4c038e3ffb98b52009d11d3c1c1 (diff)
Blackfin: unify gpio cfi implementations
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/tcm-bf537/tcm-bf537.c')
-rw-r--r--board/tcm-bf537/tcm-bf537.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tcm-bf537/tcm-bf537.c b/board/tcm-bf537/tcm-bf537.c
index 60742dfea5..04d6bdbd3e 100644
--- a/board/tcm-bf537/tcm-bf537.c
+++ b/board/tcm-bf537/tcm-bf537.c
@@ -13,7 +13,7 @@
#include <netdev.h>
#include <asm/blackfin.h>
#include <asm/net.h>
-#include "gpio_cfi_flash.h"
+#include "../cm-bf537e/gpio_cfi_flash.h"
DECLARE_GLOBAL_DATA_PTR;