arch/avr: Remvoe the error message when toolchain can't find

to avoid blocking the basic ci check

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-04-30 00:53:05 +08:00 committed by Gustavo Henrique Nihei
parent baf852ff4b
commit 2a95be5086
2 changed files with 0 additions and 4 deletions

View File

@ -80,8 +80,6 @@ else ifeq ($(CONFIG_ARCH_CHIP_AT90USB1287),y)
else ifeq ($(CONFIG_ARCH_CHIP_ATMEGA2560),y)
ARCHCPUFLAGS += -mmcu=atmega2560
LDFLAGS += -mavr6
else
$(error "No valid CONFIG_ARCH_CHIP_ set in the configuration")
endif
ifeq ($(CONFIG_DEBUG_CUSTOMOPT),y)

View File

@ -52,8 +52,6 @@ ifeq ($(CONFIG_ARCH_CHIP_BM3803),y)
ARCHCPUFLAGS += -mcpu=leon
else ifeq ($(CONFIG_ARCH_CHIP_BM3823),y)
ARCHCPUFLAGS += -mcpu=leon -mflat
else
$(error "No valid CONFIG_ARCH_CHIP_ set in the configuration")
endif
ifeq ($(CONFIG_DEBUG_CUSTOMOPT),y)