summaryrefslogtreecommitdiff
path: root/board/cm-bf537u/gpio_cfi_flash.h
diff options
context:
space:
mode:
authorHarald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>2009-08-20 19:20:41 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:06 -0500
commit7637de37a4525d5536f96a8b6397f3745905919a (patch)
tree25584ee104a0eadaeddd9d0953b7d3e19b24168e /board/cm-bf537u/gpio_cfi_flash.h
parentced6466ed520749ea73651b45fabeb5a3efa9c8b (diff)
downloadu-boot-imx-7637de37a4525d5536f96a8b6397f3745905919a.zip
u-boot-imx-7637de37a4525d5536f96a8b6397f3745905919a.tar.gz
u-boot-imx-7637de37a4525d5536f96a8b6397f3745905919a.tar.bz2
Blackfin: cm-bf537u: new board port
The CM-BF537U is similar to the CM-BF537E module, but enough to need its own board port. Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/cm-bf537u/gpio_cfi_flash.h')
-rw-r--r--board/cm-bf537u/gpio_cfi_flash.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/cm-bf537u/gpio_cfi_flash.h b/board/cm-bf537u/gpio_cfi_flash.h
new file mode 100644
index 0000000..5211e97
--- /dev/null
+++ b/board/cm-bf537u/gpio_cfi_flash.h
@@ -0,0 +1,10 @@
+/*
+ * gpio_cfi_flash.c - GPIO-assisted Flash Chip Support
+ *
+ * Copyright (c) 2009 Analog Devices Inc.
+ *
+ * Licensed under the GPL-2 or later.
+ */
+
+void *gpio_cfi_flash_swizzle(void *vaddr);
+void gpio_cfi_flash_init(void);