blob: 9b037feb0e4182e071e48a51a83306e71749801b (
plain)
1
2
3
4
5
6
7
8
9
|
config SOUTHBRIDGE_INTEL_I82371EB
bool
select TINY_BOOTBLOCK
config BOOTBLOCK_SOUTHBRIDGE_INIT
string
default "southbridge/intel/i82371eb/bootblock.c"
depends on SOUTHBRIDGE_INTEL_I82371EB
|