From 336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2023 10:03:27 +0100 Subject: build: Format build items Use yaml.dump(data, default_flow_style=False, allow_unicode=True) with a custom representer for integer default values to format all build items. --- spec/build/bsps/arm/atsam/optnocachesz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/arm/atsam/optnocachesz.yml') diff --git a/spec/build/bsps/arm/atsam/optnocachesz.yml b/spec/build/bsps/arm/atsam/optnocachesz.yml index 433633d3b0..d7d4783260 100644 --- a/spec/build/bsps/arm/atsam/optnocachesz.yml +++ b/spec/build/bsps/arm/atsam/optnocachesz.yml @@ -6,7 +6,7 @@ actions: build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: 4096 +default: 0x00001000 default-by-variant: [] description: | size of NOCACHE section in bytes -- cgit v1.2.3