diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-19 18:11:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-19 18:11:47 +0100 |
commit | 09ae129e9e97e25ddde0c4acdace8c3c1da32b2b (patch) | |
tree | 4191c9cf8f563a647192568c693c13b79620d17d /target/config | |
parent | 10e7e6eddb7efd545199a5b817dde03130389626 (diff) |
add basic bits and bytes for stm32f429 support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelfmt | 4 | ||||
-rw-r--r-- | target/config/Config.in.tools | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt index 2b878d383..fe769acfd 100644 --- a/target/config/Config.in.kernelfmt +++ b/target/config/Config.in.kernelfmt @@ -22,6 +22,9 @@ config ADK_TARGET_KERNEL_BZIMAGE config ADK_TARGET_KERNEL_VMLINUX_AOUT bool +config ADK_TARGET_KERNEL_XIPIMAGE + bool + config ADK_TARGET_KERNEL string default "uImage" if ADK_TARGET_KERNEL_UIMAGE @@ -31,6 +34,7 @@ config ADK_TARGET_KERNEL default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE default "vmlinux.aout" if ADK_TARGET_KERNEL_VMLINUX_AOUT + default "xipImage" if ADK_TARGET_KERNEL_XIPIMAGE default "vmlinux" config ADK_TARGET_KERNEL_WITH_COMPRESSION diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 391586100..09d44a0a4 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -81,6 +81,10 @@ config ADK_HOST_BUILD_U_BOOT_XTENSA bool default y if ADK_TARGET_ARCH_XTENSA +config ADK_HOST_BUILD_OPENOCD + bool + default n + config ADK_HOST_BUILD_PATCH bool default n |