commit | e7a61c5cc0d13e66f18765b7c428ce4f6d60cf9a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 27 21:30:02 2021 +0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 02 15:11:40 2021 +0800 |
tree | 3b0e0b0840e451dbdebdb2bf00ce3bd46a836256 | |
parent | 46db4bbac3287a114ddf941ad3861381b795197b [diff] |
x86: crownbay: Adjust VGA rom address binman complains when binary blobs are present: Node '/binman/rom/intel-vga': Offset 0xfff90000 (4294508544) overlaps with previous entry '/binman/rom/u-boot-dtb-with-ucode' ending at 0xfff9204c (4294516812) Adjust VGA rom address to 0xfffa0000 so that u-boot.rom image can be successfully built again. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>