submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
11 lines
258 B
C
11 lines
258 B
C
/*
|
|
* Copyright 2014 Broadcom Corporation.
|
|
* Copyright 2015 Free Electrons.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
void fb_nand_flash_write(const char *cmd, void *download_buffer,
|
|
unsigned int download_bytes);
|
|
void fb_nand_erase(const char *cmd);
|