diff options
Diffstat (limited to 'src/mainboard/iwill')
-rw-r--r-- | src/mainboard/iwill/dk8s2/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/iwill/dk8x/Options.lb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/iwill/dk8s2/Options.lb b/src/mainboard/iwill/dk8s2/Options.lb index 81aa84ef7e..a93e4dc383 100644 --- a/src/mainboard/iwill/dk8s2/Options.lb +++ b/src/mainboard/iwill/dk8s2/Options.lb @@ -53,6 +53,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE=524288 @@ -177,6 +178,8 @@ default CONFIG_ROM_PAYLOAD = 1 ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## diff --git a/src/mainboard/iwill/dk8x/Options.lb b/src/mainboard/iwill/dk8x/Options.lb index 1811aa44c5..7b4078ca4d 100644 --- a/src/mainboard/iwill/dk8x/Options.lb +++ b/src/mainboard/iwill/dk8x/Options.lb @@ -53,6 +53,7 @@ uses USE_DCACHE_RAM uses DCACHE_RAM_BASE uses DCACHE_RAM_SIZE uses CONFIG_USE_INIT +uses CONFIG_USE_PRINTK_IN_CAR ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE=524288 @@ -176,6 +177,8 @@ default CONFIG_ROM_PAYLOAD = 1 ## default CONFIG_GDB_STUB=0 +default CONFIG_USE_PRINTK_IN_CAR=1 + ## ## The Serial Console ## |