From a353154dbf8f058d42a88d01bff999db4d8358db Mon Sep 17 00:00:00 2001 From: Marco Felsch Date: Mon, 13 Mar 2023 14:41:56 +0100 Subject: ARM: i.MX: bbu: rename IMX_INTERNAL_FLAG_ERASE to IMX_BBU_FLAG_ERASE Rename the flag to align it with the existing flags. Also move it to the common i.MX bbu header to avoid possible overrides. Signed-off-by: Marco Felsch Link: https://lore.barebox.org/20230228-v2023-02-0-topic-flexspi-v2-17-3d33126d2434@pengutronix.de Signed-off-by: Sascha Hauer --- include/mach/imx/bbu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mach/imx/bbu.h b/include/mach/imx/bbu.h index c9b239c698..34133b587c 100644 --- a/include/mach/imx/bbu.h +++ b/include/mach/imx/bbu.h @@ -26,6 +26,8 @@ struct imx_dcd_v2_entry; */ #define IMX_BBU_FLAG_PARTITION_STARTS_AT_HEADER (1 << 17) +#define IMX_BBU_FLAG_ERASE BIT(30) + /* * The upper 16 bit of the flags passes to the below functions are reserved * for i.MX specific flags -- cgit v1.2.1