summaryrefslogtreecommitdiff
path: root/src/ec/hp
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2017-12-23 22:08:23 +0800
committerArthur Heymans <arthur@aheymans.xyz>2017-12-25 14:44:23 +0000
commitd46a3502b620cb78cc91742c177fb856272c71d9 (patch)
tree9edcdaf738fc7474e3ae15422525e2aa1688561f /src/ec/hp
parent6ab3edac3ce9e1ae5f5e28f506658402a64ef750 (diff)
downloadcoreboot-d46a3502b620cb78cc91742c177fb856272c71d9.tar.xz
ec/hp/kbc1126: change the default offset of the blobs
Using Kconfig options USE_OPTION_TABLE, BOOTBLOCK_NORMAL makes the bootblock to 4200 bytes, so the offsets of these blobs need to be put at a lower address. Change-Id: I8754e43ff318a03447633f7a9a8326d315328607 Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/22978 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/ec/hp')
-rw-r--r--src/ec/hp/kbc1126/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/hp/kbc1126/Kconfig b/src/ec/hp/kbc1126/Kconfig
index edd4202813..4ed7dd5dd7 100644
--- a/src/ec/hp/kbc1126/Kconfig
+++ b/src/ec/hp/kbc1126/Kconfig
@@ -42,7 +42,7 @@ config KBC1126_FW1
config KBC1126_FW1_OFFSET
string
depends on KBC1126_FIRMWARE
- default "0xffffe800"
+ default "0xffff8000"
config KBC1126_FW2
string "KBC1126 filename #2 path and filename"
@@ -56,6 +56,6 @@ config KBC1126_FW2
config KBC1126_FW2_OFFSET
string
depends on KBC1126_FIRMWARE
- default "0xfffee000"
+ default "0xfffe0000"
endif