diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 13:46:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 13:46:43 +0100 |
commit | 79be206de9335752c6355995961b69846c641410 (patch) | |
tree | 76c9b28a3406227dcf1dd924467a659a213770d9 /target/mips | |
parent | 8cc6444e13a2670407eedee0d417cee6b3ce03e8 (diff) | |
parent | 048f67743435770ed358a9d79323c0a4e04d8c68 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/sys-available/qemu-mips64 | 1 | ||||
-rw-r--r-- | target/mips/sys-available/qemu-mips64el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/mips/sys-available/qemu-mips64 b/target/mips/sys-available/qemu-mips64 index d5335caa9..ce0e1298c 100644 --- a/target/mips/sys-available/qemu-mips64 +++ b/target/mips/sys-available/qemu-mips64 @@ -4,6 +4,7 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS64 select ADK_big select ADK_qemu_mips64 select ADK_KERNEL_MIPS_MALTA + select ADK_KERNEL_PAGE_SIZE_4KB select ADK_KERNEL_CPU_BIG_ENDIAN select ADK_CPU_MIPS64 select ADK_HARDWARE_QEMU diff --git a/target/mips/sys-available/qemu-mips64el b/target/mips/sys-available/qemu-mips64el index 05b6ed834..37c6be164 100644 --- a/target/mips/sys-available/qemu-mips64el +++ b/target/mips/sys-available/qemu-mips64el @@ -4,6 +4,7 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS64EL select ADK_little select ADK_qemu_mips64el select ADK_KERNEL_MIPS_MALTA + select ADK_KERNEL_PAGE_SIZE_4KB select ADK_KERNEL_CPU_LITTLE_ENDIAN select ADK_KERNEL_CPU_MIPS64 select ADK_KERNEL_CPU_MIPS64_R1 |