From 7281dfbddb786f690a00df0d8e5dfecad092a352 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Wed, 29 Oct 2008 11:38:34 +0000 Subject: [PATCH] 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. --- flat.h | 1 + 1 file changed, 1 insertion(+) 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 */ /* -- 2.39.5