From 6fd08da96ade758f82a20b91389ebf65bc592d76 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 23 Jan 2020 14:43:15 +0100 Subject: [PATCH] soc: atmel_sam0: remove CONFIG_ENTROPY_NAME from dts_fixup.h It's not needed anymore and causes build failures. Signed-off-by: Benjamin Valentin --- soc/arm/atmel_sam0/samd51/dts_fixup.h | 2 -- soc/arm/atmel_sam0/same51/dts_fixup.h | 2 -- soc/arm/atmel_sam0/same53/dts_fixup.h | 2 -- soc/arm/atmel_sam0/same54/dts_fixup.h | 2 -- 4 files changed, 8 deletions(-) diff --git a/soc/arm/atmel_sam0/samd51/dts_fixup.h b/soc/arm/atmel_sam0/samd51/dts_fixup.h index 006a50bcc05..9179b340e51 100644 --- a/soc/arm/atmel_sam0/samd51/dts_fixup.h +++ b/soc/arm/atmel_sam0/samd51/dts_fixup.h @@ -8,8 +8,6 @@ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM0_NVMCTRL_0_LABEL -#define CONFIG_ENTROPY_NAME DT_ATMEL_SAM_TRNG_42002800_LABEL - #define DT_NUM_IRQ_PRIO_BITS DT_ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/atmel_sam0/same51/dts_fixup.h b/soc/arm/atmel_sam0/same51/dts_fixup.h index 006a50bcc05..9179b340e51 100644 --- a/soc/arm/atmel_sam0/same51/dts_fixup.h +++ b/soc/arm/atmel_sam0/same51/dts_fixup.h @@ -8,8 +8,6 @@ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM0_NVMCTRL_0_LABEL -#define CONFIG_ENTROPY_NAME DT_ATMEL_SAM_TRNG_42002800_LABEL - #define DT_NUM_IRQ_PRIO_BITS DT_ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/atmel_sam0/same53/dts_fixup.h b/soc/arm/atmel_sam0/same53/dts_fixup.h index 006a50bcc05..9179b340e51 100644 --- a/soc/arm/atmel_sam0/same53/dts_fixup.h +++ b/soc/arm/atmel_sam0/same53/dts_fixup.h @@ -8,8 +8,6 @@ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM0_NVMCTRL_0_LABEL -#define CONFIG_ENTROPY_NAME DT_ATMEL_SAM_TRNG_42002800_LABEL - #define DT_NUM_IRQ_PRIO_BITS DT_ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS /* End of SoC Level DTS fixup file */ diff --git a/soc/arm/atmel_sam0/same54/dts_fixup.h b/soc/arm/atmel_sam0/same54/dts_fixup.h index 006a50bcc05..9179b340e51 100644 --- a/soc/arm/atmel_sam0/same54/dts_fixup.h +++ b/soc/arm/atmel_sam0/same54/dts_fixup.h @@ -8,8 +8,6 @@ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM0_NVMCTRL_0_LABEL -#define CONFIG_ENTROPY_NAME DT_ATMEL_SAM_TRNG_42002800_LABEL - #define DT_NUM_IRQ_PRIO_BITS DT_ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS /* End of SoC Level DTS fixup file */