Mark read-only data as read-only, so the global vars test doesn't fail on it.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5846 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2010-09-25 17:24:10 +00:00
parent 7f43dc1060
commit 86224f634a
3 changed files with 4 additions and 4 deletions

View File

@@ -899,7 +899,7 @@ static void processLink(u8 node, u8 link, sMainData *pDat)
u32 unitIDcnt;
SBDFO currentPtr;
u8 depth;
u8 *pSwapPtr;
const u8 *pSwapPtr;
SBDFO lastSBDFO = ILLEGAL_SBDFO;
u8 lastLink = 0;