diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:18:22 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-03 18:18:22 -0500 |
commit | b5635d2d4442ace639cb649398269533056d8c62 (patch) | |
tree | f51e30e153626ec08fa7df5f6d57053be759c00e /target/sparc/systems/sun-voyager | |
parent | ce956d0f964c2a85207f3c81f392b88a7b03cc91 (diff) |
use zimage and build kernel without serial drivers, otherwise kernel gets to big for the voyager
Diffstat (limited to 'target/sparc/systems/sun-voyager')
-rw-r--r-- | target/sparc/systems/sun-voyager | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/sparc/systems/sun-voyager b/target/sparc/systems/sun-voyager index 008629d6e..5a772582f 100644 --- a/target/sparc/systems/sun-voyager +++ b/target/sparc/systems/sun-voyager @@ -2,8 +2,7 @@ config ADK_TARGET_SYSTEM_SUN_VOYAGER bool "Sun Voyager" select ADK_CPU_SPARC_V8 select ADK_TARGET_WITH_VGA - select ADK_TARGET_WITH_SERIAL - select ADK_TARGET_KERNEL_VMLINUX_AOUT + select ADK_TARGET_KERNEL_ZIMAGE help Support for Sun Voyager. |