submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
9 lines
123 B
C
9 lines
123 B
C
/*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _U_BOOT_MIPS_H_
|
|
#define _U_BOOT_MIPS_H_
|
|
|
|
#endif /* _U_BOOT_MIPS_H_ */
|