diff options
Diffstat (limited to 'src/mainboard/iwill/dk8s2/Options.lb')
-rw-r--r-- | src/mainboard/iwill/dk8s2/Options.lb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8s2/Options.lb b/src/mainboard/iwill/dk8s2/Options.lb index 74864e5381..049074f6c7 100644 --- a/src/mainboard/iwill/dk8s2/Options.lb +++ b/src/mainboard/iwill/dk8s2/Options.lb @@ -48,7 +48,9 @@ uses CROSS_COMPILE uses CC uses HOSTCC uses OBJCOPY - +uses USE_DCACHE_RAM +uses DCACHE_RAM_BASE +uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT ## ROM_SIZE is the size of boot ROM that this board will use. @@ -111,6 +113,14 @@ default CONFIG_MAX_PHYSICAL_CPUS=2 default CONFIG_IOAPIC=1 ## +## enable CACHE_AS_RAM specifics +## +default USE_DCACHE_RAM=1 +default DCACHE_RAM_BASE=0xcf000 +default DCACHE_RAM_SIZE=0x1000 +default CONFIG_USE_INIT=0 + +## ## Clean up the motherboard id strings ## default MAINBOARD_PART_NUMBER="HDAMA" |