diff options
| author | Jean Gressmann <[email protected]> | 2021-03-21 09:38:02 +0100 |
|---|---|---|
| committer | Jean Gressmann <[email protected]> | 2021-03-21 09:38:02 +0100 |
| commit | a2006ce21466d50e92c62f85a3802262938e3b84 (patch) | |
| tree | 998831059aca62702df96841642c1d976d6c9ef5 | |
| parent | 01ec0d49ca24cda458d4c2fa4bb5f751ebd4b336 (diff) | |
SAM 54 Xplained Pro: remove board specific define
| -rw-r--r-- | hw/bsp/same54xplainedpro/board.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/same54xplainedpro/board.mk b/hw/bsp/same54xplainedpro/board.mk index 1200fd9f4..046ebbf66 100644 --- a/hw/bsp/same54xplainedpro/board.mk +++ b/hw/bsp/same54xplainedpro/board.mk @@ -13,7 +13,6 @@ CFLAGS += \ -D__SAME54P20A__ \ -DCONF_CPU_FREQUENCY=$(CONF_CPU_FREQUENCY) \ -DCFG_TUSB_MCU=OPT_MCU_SAME5X \ - -DSAME54XPLAINEDPRO=1 \ -DBOARD_NAME="\"Microchip SAM E54 Xplained Pro\"" |
