]> git.wh0rd.org Git - elf2flt.git/commitdiff
Reserve a flag for the blackfin target (FLAT_FLAG_L1STK), no other platform
authorDavid McCullough <davidm@snapgear.com>
Wed, 29 Oct 2008 11:38:34 +0000 (11:38 +0000)
committerDavid McCullough <davidm@snapgear.com>
Wed, 29 Oct 2008 11:38:34 +0000 (11:38 +0000)
will use it,  but for now we have plenty of bits left and we can always
re-use it later if needed.

flat.h

diff --git a/flat.h b/flat.h
index 3cc502d7c7fdfe33096eb77eb199c4f7179b0de4..8257b45d54ddd261d34e9594f36dd16f93ffc111 100644 (file)
--- 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 */
 /*