blobs/inject: use correct offset for haswell mrc

fsdg20230625
Leah Rowe 2023-03-24 07:10:44 +00:00
parent bd4a954ff4
commit da6bf57a3f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ set -- "resources/coreboot/${board}/config/*"
if [ "$CONFIG_HAVE_MRC" = "y" ]; then
printf 'adding mrc\n'
./coreboot/default/util/cbfstool/cbfstool ${rom} add -f mrc/haswell/mrc.bin -n mrc.bin -t mrc || exit 1
./coreboot/default/util/cbfstool/cbfstool ${rom} add -f mrc/haswell/mrc.bin -n mrc.bin -t mrc -b 0x78fe00 || exit 1
fi
if [ "${CONFIG_HAVE_ME_BIN}" = "y" ]; then