diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-15 14:11:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-15 14:11:52 +0100 |
commit | f377248abda877e2a945f4152e3e57bbaaeec1ca (patch) | |
tree | a6aefc05ba320ae296dbcf33f04460b79ceb7d39 /target/config | |
parent | d89250d99adb969fc91595a63651ec9c927d68e8 (diff) |
use linux.bin without included dtb, dtb is already provided by qemu. no need to patch kernel dts.
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index e59b86010..c02461819 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -20,7 +20,7 @@ config ADK_TARGET_KERNEL string default "zImage" if ADK_TARGET_KERNEL_ZIMAGE default "Image" if ADK_TARGET_KERNEL_IMAGE - default "simpleImage.system" if ADK_TARGET_KERNEL_LINUXBIN + default "linux.bin" if ADK_TARGET_KERNEL_LINUXBIN default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE default "vmlinux" |