mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
qi-clean-split-utils.c-by-phase.patch
Some of utils.c isn't used until the full Qi image has been loaded into memory, to save space in 4K steppingstone case on 2442, we split utils.c now so only the interesting routines for steppingstone time take up space there. Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <qi-ctype.h>
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
#define MALLOC_POOL_EXTENT (100 * 1024)
|
||||
|
||||
#define u32 unsigned int
|
||||
#define u16 unsigned short
|
||||
|
||||
Reference in New Issue
Block a user