summaryrefslogtreecommitdiff
path: root/board/bct-brettl2/gpio_cfi_flash.c
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2010-09-20 14:08:57 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-02 16:00:39 -0400
commit063993299f65146b31bdf82e3628b0c4b0d3bd20 (patch)
treef116aa020cc5a85f62671be1abe813fa318f5f14 /board/bct-brettl2/gpio_cfi_flash.c
parent56f0c57b4be8da1e0bbfb52e8aa0fa93f8f8a4e9 (diff)
downloadu-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.zip
u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.tar.gz
u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.tar.bz2
Blackfin: bct-brettl2: new board port
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bct-brettl2/gpio_cfi_flash.c')
-rw-r--r--board/bct-brettl2/gpio_cfi_flash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/bct-brettl2/gpio_cfi_flash.c b/board/bct-brettl2/gpio_cfi_flash.c
new file mode 100644
index 0000000..b385c7f
--- /dev/null
+++ b/board/bct-brettl2/gpio_cfi_flash.c
@@ -0,0 +1,4 @@
+#define GPIO_PIN_1 GPIO_PG5
+#define GPIO_PIN_2 GPIO_PG6
+#define GPIO_PIN_3 GPIO_PG7
+#include "../cm-bf537e/gpio_cfi_flash.c"