diff options
| author | Jean Gressmann <[email protected]> | 2020-10-07 19:26:13 +0200 |
|---|---|---|
| committer | Jean Gressmann <[email protected]> | 2020-10-07 19:27:55 +0200 |
| commit | 3295b5692b9a5e90c4798b1b72f5e83a7b9a7618 (patch) | |
| tree | 7743f3d53d01ee357e15b716fbe78c312e8db9ca | |
| parent | f02b5bfdfaf20a76054dc2f57d37c46de4be6534 (diff) | |
D5035-01 bsp: fix typo
| -rw-r--r-- | hw/bsp/d5035_01/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/d5035_01/board.mk b/hw/bsp/d5035_01/board.mk index 1f2b467a0..cbc9ca5bb 100644 --- a/hw/bsp/d5035_01/board.mk +++ b/hw/bsp/d5035_01/board.mk @@ -14,7 +14,7 @@ CFLAGS += \ -DBOARD_NAME="\"D5035-01\"" \ -DSVC_Handler=SVCall_Handler -HWRED ?= 1 +HWREV ?= 1 CFLAGS += -DHWREV=$(HWREV) |
