diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-06-04 09:46:36 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-06-06 12:24:42 +0000 |
commit | 1f12772d19b163f402e14cfa21166c205132f9a8 (patch) | |
tree | e58c83762d6f44633afc45b2192c81ba831869e2 /src/southbridge/intel/ibexpeak/Kconfig | |
parent | 05284b64d00fbdcea9b7a163d4a9377bdb25d831 (diff) |
sb/intel/ibexpeak: Copy the sandybridge bootblock.c file
This allows to port C_ENVIRONMENT_BOOTBLOCK to sandybridge separately
from nehalem.
Change-Id: If3c6619cf22d1e2995eb19823b0f3f969d252b3b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33188
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/Kconfig')
-rw-r--r-- | src/southbridge/intel/ibexpeak/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/Kconfig b/src/southbridge/intel/ibexpeak/Kconfig index 85c89799e0..00eb413d1e 100644 --- a/src/southbridge/intel/ibexpeak/Kconfig +++ b/src/southbridge/intel/ibexpeak/Kconfig @@ -53,7 +53,7 @@ config DRAM_RESET_GATE_GPIO config BOOTBLOCK_SOUTHBRIDGE_INIT string - default "southbridge/intel/bd82x6x/bootblock.c" + default "southbridge/intel/ibexpeak/bootblock.c" config SERIRQ_CONTINUOUS_MODE bool |