1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

cpu/efm32/Makefile.include: remove CPU_FAM and CPU_ARCH

This commit is contained in:
Francisco Molina 2020-02-11 22:10:50 +01:00
parent 085665ff23
commit 7cc65c9b62
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,8 @@
include $(RIOTCPU)/efm32/efm32-info.mk
include $(RIOTCPU)/efm32/efm32-features.mk
CPU_ARCH = $(EFM32_ARCHITECTURE)
FEATURES_PROVIDED += arch_efm32
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage

View File

@ -1,8 +1,5 @@
include $(RIOTCPU)/efm32/efm32-info.mk
CPU_ARCH = $(EFM32_ARCHITECTURE)
CPU_FAM = $(EFM32_FAMILY)
# the size of riotboot on the EFM32 exceeds the default value
RIOTBOOT_LEN ?= 0x2000