mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 23:23:30 +08:00
4640c2b869
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>
11 lines
224 B
C
11 lines
224 B
C
/*
|
|
* 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);
|