diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-19 00:54:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-19 00:54:57 +0100 |
commit | 2e10cd9c4378cc3beb3d91d004b8e48e63f0bd57 (patch) | |
tree | 1d54855fbe7b2a4e977c8bf3a144f6b488bf4392 /target/config/Config.in.kernelfmt | |
parent | c477b96e2be62a23ed2473bb92a3c840c3bf92d3 (diff) |
more h8300 work, add u-boot
Diffstat (limited to 'target/config/Config.in.kernelfmt')
-rw-r--r-- | target/config/Config.in.kernelfmt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt index dbc21f56a..2a2ef5931 100644 --- a/target/config/Config.in.kernelfmt +++ b/target/config/Config.in.kernelfmt @@ -16,6 +16,9 @@ config ADK_TARGET_KERNEL_IMAGE config ADK_TARGET_KERNEL_UIMAGE bool +config ADK_TARGET_KERNEL_UIMAGEBIN + bool + config ADK_TARGET_KERNEL_BZIMAGE bool @@ -31,6 +34,7 @@ config ADK_TARGET_KERNEL_XIPIMAGE config ADK_TARGET_KERNEL string default "uImage" if ADK_TARGET_KERNEL_UIMAGE + default "uImage.bin" if ADK_TARGET_KERNEL_UIMAGEBIN default "zImage" if ADK_TARGET_KERNEL_ZIMAGE default "Image" if ADK_TARGET_KERNEL_IMAGE default "linux.bin" if ADK_TARGET_KERNEL_LINUXBIN |