submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
10 lines
277 B
C
10 lines
277 B
C
/*
|
|
* Copyright (C) 2007 Freescale Semiconductor, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation;
|
|
*/
|
|
|
|
extern int pib_init(void);
|