correctly mark code segments as code in SELF
authorStefan Reinauer <reinauer@chromium.org>
Wed, 11 Jan 2012 20:40:14 +0000 (12:40 -0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 7 Mar 2012 13:20:09 +0000 (14:20 +0100)
commit51f6a206801aa6c05c2f8a6db12262a6c695e202
treefb1944139fbd50b41a34236d72e18827557fb157
parentc44de4999fbd15b6ea87dc723af49e8035a82476
correctly mark code segments as code in SELF

In bios_log, find that the first segment of the payload is shown
as code rather than data.

Sample:
       Got a payload
       Loading segment from rom address 0xfff29378
         code (compression=1)
       ...

Change-Id: I82eaad23f08c02f4ed75744affa8835255cf5c17
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/767
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
util/cbfstool/cbfs-mkpayload.c