diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-10 18:28:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-10 18:28:55 +0100 |
commit | bd8eec2d22d5ca694840ebf804d53ddb72c5ee8a (patch) | |
tree | acad37bbc588ccf63c783f6c2679a61ef19eb437 | |
parent | 8a5dfbe8cd722a8c8e8b8504bb016961f4e658ad (diff) | |
parent | e250f6d54f3a45eceeef3eca66b0c18533891b95 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r-- | target/arm/sys-available/acmesystems-foxg20 | 1 | ||||
-rw-r--r-- | target/config/Config.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/arm/sys-available/acmesystems-foxg20 b/target/arm/sys-available/acmesystems-foxg20 index 3ee53f072..8ea196d97 100644 --- a/target/arm/sys-available/acmesystems-foxg20 +++ b/target/arm/sys-available/acmesystems-foxg20 @@ -14,6 +14,7 @@ config ADK_TARGET_SYSTEM_ACMESYSTEMS_FOXG20 select ADK_TARGET_WITH_MMC select ADK_TARGET_WITH_RTC select ADK_TARGET_WITH_USB + select ADK_TARGET_KERNEL_IMAGE help Acme Systems Foxboard FOXG20 diff --git a/target/config/Config.in b/target/config/Config.in index 1995ec091..f5cf3e120 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -7,12 +7,16 @@ config ADK_TARGET_KERNEL_VMLINUZ config ADK_TARGET_KERNEL_ZIMAGE boolean +config ADK_TARGET_KERNEL_IMAGE + boolean + config ADK_TARGET_KERNEL_BZIMAGE boolean config ADK_TARGET_KERNEL string default "zImage" if ADK_TARGET_KERNEL_ZIMAGE + default "Image" if ADK_TARGET_KERNEL_IMAGE default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE default "vmlinux" |