diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-02 09:15:56 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2025-03-02 10:18:36 +0100 |
commit | 5b29aec0b565aaebe618d7e480e7d6013c9516ba (patch) | |
tree | bc847ded280ad59e811da8134d24177f042ee20c /target/bfin/systems | |
parent | c1e4b81e2b59cabf89a0cf1fa60418739171330f (diff) |
arcturus-ucbf54x: add kernel compression support
Diffstat (limited to 'target/bfin/systems')
-rw-r--r-- | target/bfin/systems/arcturus-ucbf54x | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/bfin/systems/arcturus-ucbf54x b/target/bfin/systems/arcturus-ucbf54x index e9e2bf430..fc5d87829 100644 --- a/target/bfin/systems/arcturus-ucbf54x +++ b/target/bfin/systems/arcturus-ucbf54x @@ -2,6 +2,8 @@ config ADK_TARGET_SYSTEM_ARCTURUS_UCBF54X bool "Arcturus uCBF54x" select ADK_TARGET_CPU_BFIN_BF548 select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + select ADK_TARGET_KERNEL_IMAGE_GZ select ADK_TARGET_PACKAGE_TXZ help Arcturus uCBF54x. |