diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 09:55:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 09:55:20 +0100 |
commit | 6c26b8016dda0c391a3a513c46998e16ce09cc4d (patch) | |
tree | 5eefe48db6a191c406789e786707a220282ea67c /target/x86_64/kernel | |
parent | 521eddfc1e29218e26e3080c095a519ea3f8156d (diff) |
use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup
Diffstat (limited to 'target/x86_64/kernel')
-rw-r--r-- | target/x86_64/kernel/qemu-x86_64 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/x86_64/kernel/qemu-x86_64 b/target/x86_64/kernel/qemu-x86_64 index 9c1a14724..e0183cc39 100644 --- a/target/x86_64/kernel/qemu-x86_64 +++ b/target/x86_64/kernel/qemu-x86_64 @@ -24,6 +24,3 @@ CONFIG_E1000=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_CONSOLE=y -CONFIG_FIX_EARLYCON_MEM=y -CONFIG_SERIAL_8250_NR_UARTS=1 -CONFIG_SERIAL_8250_RUNTIME_UARTS=1 |