[PATCH 2/3] board: stmark2: move CONFIG_SYS_SBFHDR_SIZE to CFG namespace

From: Angelo Durgehello angelo@kernel-space.org
Move CONFIG_SYS_SBFHDR_SIZE to CFG_SYS_SBFHDR_SIZE.
Signed-off-by: Angelo Durgehello angelo@kernel-space.org --- include/configs/stmark2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index 11ca86737d..81c8f011bf 100644 --- a/include/configs/stmark2.h +++ b/include/configs/stmark2.h @@ -57,7 +57,7 @@ /* Serial Flash */ #define CONFIG_SERIAL_FLASH
-#define CONFIG_SYS_SBFHDR_SIZE 0x7 +#define CFG_SYS_SBFHDR_SIZE 0x7
/* Input, PCI, Flexbus, and VCO */ #define CONFIG_PRAM 2048 /* 2048 KB */

Sorry, sent as patchset for error, resending as single patch.
On 07/02/23 21:47, Angelo Dureghello wrote:
From: Angelo Durgehello angelo@kernel-space.org
Move CONFIG_SYS_SBFHDR_SIZE to CFG_SYS_SBFHDR_SIZE.
Signed-off-by: Angelo Durgehello angelo@kernel-space.org
include/configs/stmark2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index 11ca86737d..81c8f011bf 100644 --- a/include/configs/stmark2.h +++ b/include/configs/stmark2.h @@ -57,7 +57,7 @@ /* Serial Flash */ #define CONFIG_SERIAL_FLASH
-#define CONFIG_SYS_SBFHDR_SIZE 0x7 +#define CFG_SYS_SBFHDR_SIZE 0x7
/* Input, PCI, Flexbus, and VCO */ #define CONFIG_PRAM 2048 /* 2048 KB */
participants (2)
-
Angelo Dureghello
-
Angelo Dureghello