DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config
Date: Fri, 12 Dec 2025 17:05:53 +0100	[thread overview]
Message-ID: <20251212160555.1403066-2-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20251212160555.1403066-1-a.fatoum@pengutronix.de>

The rest of the file uses spaces, so remove the stray tabs.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 .../config/images/image-beagleplay.config     | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/configs/platform-v8a/config/images/image-beagleplay.config b/configs/platform-v8a/config/images/image-beagleplay.config
index 9621bd65e9f6..593be8f80420 100644
--- a/configs/platform-v8a/config/images/image-beagleplay.config
+++ b/configs/platform-v8a/config/images/image-beagleplay.config
@@ -11,18 +11,18 @@ image @IMAGE@ {
         bootable = true
     }
 
-	partition barebox-environment {
-		partition-type-uuid = barebox-env
-		image = barebox-default-environment
-		size = 1M
-		image = "/dev/zero"
-	}
+    partition barebox-environment {
+        partition-type-uuid = barebox-env
+        image = barebox-default-environment
+        size = 1M
+        image = "/dev/null"
+    }
 
-	partition barebox-state {
-		partition-type-uuid = barebox-state
-		size = 1M
-		image = "/dev/zero"
-	}
+    partition barebox-state {
+        partition-type-uuid = barebox-state
+        size = 1M
+        image = "/dev/null"
+    }
 
     partition root-A {
         image = @IMAGE@.root.ext4
@@ -52,4 +52,4 @@ image @IMAGE@.boot.vfat {
     name = boot-vfat
     size = 128M
     empty = true
-}
\ No newline at end of file
+}
-- 
2.47.3




  reply	other threads:[~2025-12-12 16:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-12 16:05 [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Ahmad Fatoum
2025-12-12 16:05 ` Ahmad Fatoum [this message]
2025-12-12 16:10 ` Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251212160555.1403066-2-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox