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/h8300/systems/hitachi-edosk2674 | |
parent | c477b96e2be62a23ed2473bb92a3c840c3bf92d3 (diff) |
more h8300 work, add u-boot
Diffstat (limited to 'target/h8300/systems/hitachi-edosk2674')
-rw-r--r-- | target/h8300/systems/hitachi-edosk2674 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/h8300/systems/hitachi-edosk2674 b/target/h8300/systems/hitachi-edosk2674 index 74fcbc1cd..a9a125fcc 100644 --- a/target/h8300/systems/hitachi-edosk2674 +++ b/target/h8300/systems/hitachi-edosk2674 @@ -2,8 +2,9 @@ config ADK_TARGET_SYSTEM_HITACHI_EDOSK2674 bool "Hitachi EDOSK2674" select ADK_TARGET_CPU_H8S select ADK_TARGET_PACKAGE_TXZ - select ADK_TARGET_KERNEL_VMLINUX_SREC select ADK_TARGET_KERNEL_WITH_COMPRESSION + select ADK_HOST_BUILD_U_BOOT_H8300 + select ADK_TARGET_KERNEL_UIMAGEBIN help Hitachi EDOSK2674 H8S development board. |