mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-25 16:12:05 +00:00
[new uImage] Define a API for image handling operations
- Add inline helper macros for basic header processing - Move common non inline code common/image.c - Replace direct header access with the API routines - Rename IH_CPU_* to IH_ARCH_* Signed-off-by: Marian Balakowicz <m8@semihalf.com>
This commit is contained in:
parent
ed29bc4e81
commit
b97a2a0a21
34 changed files with 820 additions and 804 deletions
|
@ -17,8 +17,9 @@
|
|||
* and release the resulting code under the GPL.
|
||||
*/
|
||||
|
||||
#define _PPC_STRING_H_ /* avoid unnecessary str/mem functions */
|
||||
#define _LINUX_STRING_H_ /* avoid unnecessary str/mem functions */
|
||||
/* avoid unnecessary memcpy function */
|
||||
#define __HAVE_ARCH_MEMCPY
|
||||
#define _PPC_STRING_H_
|
||||
|
||||
#include <common.h>
|
||||
#include <exports.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue