2015-10-15 12:34:17 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Broadcom Corporation.
|
|
|
|
* Copyright 2015 Free Electrons.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
2016-06-07 18:19:35 +00:00
|
|
|
void fb_nand_flash_write(const char *cmd, void *download_buffer,
|
2016-06-07 18:19:37 +00:00
|
|
|
unsigned int download_bytes);
|
|
|
|
void fb_nand_erase(const char *cmd);
|