From: David McCullough Date: Wed, 29 Oct 2008 11:38:34 +0000 (+0000) Subject: Reserve a flag for the blackfin target (FLAT_FLAG_L1STK), no other platform X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7281dfbddb786f690a00df0d8e5dfecad092a352;p=elf2flt.git Reserve a flag for the blackfin target (FLAT_FLAG_L1STK), no other platform will use it, but for now we have plenty of bits left and we can always re-use it later if needed. --- diff --git a/flat.h b/flat.h index 3cc502d..8257b45 100644 --- a/flat.h +++ b/flat.h @@ -59,6 +59,7 @@ struct flat_hdr { #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */ #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */ #define FLAT_FLAG_KTRACE 0x0010 /* output useful kernel trace for debugging */ +#define FLAT_FLAG_L1STK 0x0020 /* use a 4k stack in L1 scratch memory. */ #ifdef __KERNEL__ /* so systems without linux headers can compile the apps */ /*