diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-27 20:45:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-27 20:45:04 +0100 |
commit | 919c96726b42bb5a80bd6793d2b48e3ce89af426 (patch) | |
tree | 510df5cc7a4550befb36c5d1138f9c5dd73a9dff /target/config/Config.in.kernelfmt | |
parent | 88737e0e461e75e2ce81a134d545656eceadf46d (diff) |
more xtensa improvements
Diffstat (limited to 'target/config/Config.in.kernelfmt')
-rw-r--r-- | target/config/Config.in.kernelfmt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt index 71988d8a1..2b878d383 100644 --- a/target/config/Config.in.kernelfmt +++ b/target/config/Config.in.kernelfmt @@ -10,9 +10,6 @@ config ADK_TARGET_KERNEL_ZIMAGE config ADK_TARGET_KERNEL_LINUXBIN bool -config ADK_TARGET_KERNEL_IMAGE_ELF - bool - config ADK_TARGET_KERNEL_IMAGE bool @@ -30,7 +27,6 @@ config ADK_TARGET_KERNEL default "uImage" if ADK_TARGET_KERNEL_UIMAGE default "zImage" if ADK_TARGET_KERNEL_ZIMAGE default "Image" if ADK_TARGET_KERNEL_IMAGE - default "Image.elf" if ADK_TARGET_KERNEL_IMAGE_ELF default "linux.bin" if ADK_TARGET_KERNEL_LINUXBIN default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE |