commit | d42c38b93cbfd93426a7789af6a0e03479c692e8 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Tue Feb 07 18:59:27 2017 +0100 |
committer | Martin Roth <martinroth@google.com> | Wed Feb 15 21:55:21 2017 +0100 |
tree | 2a9a66c11b441fccd1970ae22bb7aa9c717bc210 | |
parent | 6abdbcd4dc19f3fc2344ffcd9e3790e2a708d6b2 [diff] |
libpayload: x86/exec - fix libpayload API magic value According to coreboot’s payload API [1] the magic value passed to the payload should be 0x12345678, not 12345678. Fix that. [1] https://www.coreboot.org/Payload_API Change-Id: I10a7f7b1a4aec100416c5e7e4ba7f8add10ef5c5 Signed-off-by: Mathias Krause <minipli@googlemail.com> Reviewed-on: https://review.coreboot.org/18331 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>