diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-26 11:22:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-26 11:42:54 +0200 |
commit | ad7d25d5a66eef4e995168b06cdc381d7830da6f (patch) | |
tree | 8c9359f433a72959ecd5ba3455112ce30f7896d1 | |
parent | b537b382d47025ccdf9b6d38ff98f30cf8418126 (diff) |
coldfire 5475 has a FPU
-rw-r--r-- | target/config/Config.in.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 7ea9829a3..4124d9ebe 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -789,6 +789,7 @@ config ADK_TARGET_CPU_CF_5475 select ADK_TARGET_SUPPORTS_LT select ADK_TARGET_CPU_CF select ADK_TARGET_WITH_MMU + select ADK_TARGET_CPU_WITH_FPU depends on ADK_TARGET_ARCH_M68K config ADK_TARGET_CPU_CF_54418 |