auron: Fixed CBFS ERROR showed in bios serial log
The VBIOS DID and the id in config file are inconsistent. Without this commint, you will need to skip error during suspend stress test BUG=chrome-os-partner:31286 BRANCH=none TEST=build ok, check no ERROR exists in log Change-Id: Ia73cb4cc4f4b0844a0692f6e760bcc089d64d09c Signed-off-by: Kane Chen <kane.chen@intel.com> Reviewed-on: https://chromium-review.googlesource.com/216172 Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
This commit is contained in:
parent
39ffe53336
commit
5e11145fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ CONFIG_CONSOLE_CBMEM=y
|
|||
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
|
||||
CONFIG_FRAMEBUFFER_VESA_MODE_117=y
|
||||
CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y
|
||||
CONFIG_VGA_BIOS_ID="8086,0406"
|
||||
CONFIG_VGA_BIOS_ID="8086,1616"
|
||||
CONFIG_VGA_BIOS=y
|
||||
CONFIG_VGA_BIOS_FILE="3rdparty/mainboard/google/auron/vgabios.bin"
|
||||
CONFIG_CPU_ADDR_BITS=36
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue