diff options
Diffstat (limited to 'roms/u-boot/board/cm-bf527/gpio_cfi_flash.c')
-rw-r--r-- | roms/u-boot/board/cm-bf527/gpio_cfi_flash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/u-boot/board/cm-bf527/gpio_cfi_flash.c b/roms/u-boot/board/cm-bf527/gpio_cfi_flash.c new file mode 100644 index 00000000..6e62fff2 --- /dev/null +++ b/roms/u-boot/board/cm-bf527/gpio_cfi_flash.c @@ -0,0 +1,3 @@ +#define GPIO_PIN_1 GPIO_PH9 +#define GPIO_PIN_2 GPIO_PG11 +#include "../cm-bf537e/gpio_cfi_flash.c" |