diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-24 10:10:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-24 10:13:08 +0100 |
commit | 7ecb6f85b0018e4cd2c2c9dc4d859a358ac71c95 (patch) | |
tree | eee5b7c88239aee86fae4eeabd5ada285a3c9ce2 /target/ppc/kernel/qemu-ppc-mpc8544ds | |
parent | 770d42302c949880c90d2cfa4f04f7a426bb0b0a (diff) |
enable CONFIG_COMPAT_32BIT_TIME
Diffstat (limited to 'target/ppc/kernel/qemu-ppc-mpc8544ds')
-rw-r--r-- | target/ppc/kernel/qemu-ppc-mpc8544ds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/kernel/qemu-ppc-mpc8544ds b/target/ppc/kernel/qemu-ppc-mpc8544ds index 1e51d4b07..515cf400c 100644 --- a/target/ppc/kernel/qemu-ppc-mpc8544ds +++ b/target/ppc/kernel/qemu-ppc-mpc8544ds @@ -9,3 +9,4 @@ CONFIG_PHYS_64BIT=y CONFIG_SPE=y CONFIG_PPC_UDBG_16550=y CONFIG_DEFAULT_UIMAGE=y +CONFIG_COMPAT_32BIT_TIME=y |