Skip to content

Commit

Permalink
remove 'make target.h' from test build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 12, 2023
1 parent de067b6 commit 2cc762b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Select config
run: |
cp ${{inputs.config-file}} .config && make include/target.h
cp ${{inputs.config-file}} .config
- name: Build tools
run: |
Expand Down
8 changes: 4 additions & 4 deletions config/examples/stm32l5-nonsecure-dualbank.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARCH?=ARM
TZEN?=0
TARGET?=stm32l5
TARGET?=stm32u5
SIGN?=ECC256
HASH?=SHA256
DEBUG?=1
DEBUG?=0
VTOR?=1
CORTEX_M0?=0
CORTEX_M33?=1
Expand All @@ -19,7 +19,7 @@ SPMATH?=1
RAM_CODE?=0
DUALBANK_SWAP?=1
WOLFBOOT_PARTITION_SIZE?=0x38000
WOLFBOOT_SECTOR_SIZE?=0x800
WOLFBOOT_SECTOR_SIZE?=0x2000
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08008000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08048000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08108000
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0xFFFFFFFF

0 comments on commit 2cc762b

Please sign in to comment.