diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-15 15:29:16 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-15 15:29:26 -0500 |
commit | 764e7ba4b2756652886af574f14e271251a0450e (patch) | |
tree | 40db36bd2d6d5210e546272017e699bb4cf2a47c /target/x86_64/systems | |
parent | 324cd15f65c1ff4be20d83754b6d0bad9837ad79 (diff) |
optimize code for AMD bobcat, refactor serial support, tested via nfs boot
Diffstat (limited to 'target/x86_64/systems')
-rw-r--r-- | target/x86_64/systems/pcengines-apu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/systems/pcengines-apu b/target/x86_64/systems/pcengines-apu index 6159eda1c..33bbbf67b 100644 --- a/target/x86_64/systems/pcengines-apu +++ b/target/x86_64/systems/pcengines-apu @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_PCENGINES_APU bool "PC Engines APU" - select ADK_CPU_X86_64 + select ADK_CPU_AMD_BOBCAT select ADK_TARGET_KERNEL_BZIMAGE select ADK_TARGET_WITH_MINIPCI select ADK_TARGET_WITH_SERIAL |