diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-07-24 03:54:19 -0400 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-02 16:00:37 -0400 | 
| commit | 71dcc2c2b1bc20b63c52561792813ad941a8b80c (patch) | |
| tree | 83088ed1359933f004cfe3c7142a3077258f8bb1 /board/cm-bf527/cm-bf527.c | |
| parent | 6815f540db61b4c038e3ffb98b52009d11d3c1c1 (diff) | |
| download | olio-uboot-2014.01-71dcc2c2b1bc20b63c52561792813ad941a8b80c.tar.xz olio-uboot-2014.01-71dcc2c2b1bc20b63c52561792813ad941a8b80c.zip | |
Blackfin: unify gpio cfi implementations
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/cm-bf527/cm-bf527.c')
| -rw-r--r-- | board/cm-bf527/cm-bf527.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cm-bf527/cm-bf527.c b/board/cm-bf527/cm-bf527.c index b6815b1cc..a5f70a4f8 100644 --- a/board/cm-bf527/cm-bf527.c +++ b/board/cm-bf527/cm-bf527.c @@ -13,7 +13,7 @@  #include <asm/blackfin.h>  #include <asm/net.h>  #include <asm/mach-common/bits/otp.h> -#include "gpio_cfi_flash.h" +#include "../cm-bf537e/gpio_cfi_flash.h"  DECLARE_GLOBAL_DATA_PTR; |