Kconfig value is hex, not int.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5611 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ed4e0057c8
commit
29a6a19715
|
@ -54,7 +54,7 @@ config IRQ_SLOT_COUNT
|
||||||
|
|
||||||
## Configuration items for the ethernet adaptors
|
## Configuration items for the ethernet adaptors
|
||||||
config DEC21143_CACHE_LINE_SIZE
|
config DEC21143_CACHE_LINE_SIZE
|
||||||
int
|
hex
|
||||||
default 0x00000000
|
default 0x00000000
|
||||||
depends on BOARD_NOKIA_IP530
|
depends on BOARD_NOKIA_IP530
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue