* [PATCH] fixup! sandbox: ship sample environment
@ 2021-06-28 6:39 Ahmad Fatoum
2021-06-28 20:16 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2021-06-28 6:39 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
The sample environment contained a new line as its 4K+1th byte, when it
should have been only 4K big. Drop the new line. No functional change.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
--- old
+++ new
@@ -254,4 +254,3 @@
00000fd0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000fe0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000ff0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
-00001000: 0a .
---
arch/sandbox/board/stickypage.bin | Bin 4097 -> 4096 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/arch/sandbox/board/stickypage.bin b/arch/sandbox/board/stickypage.bin
index e507ca656e6488ff5cebbdda8169f1ab153abb19..12d3aa4035d3c22459317e74a5a94bc35a12a7b7 100644
GIT binary patch
delta 6
NcmZovXi!)n000ME0rCI<
delta 8
PcmZorXjE7rz{mvv3rYd~
--
2.32.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixup! sandbox: ship sample environment
2021-06-28 6:39 [PATCH] fixup! sandbox: ship sample environment Ahmad Fatoum
@ 2021-06-28 20:16 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2021-06-28 20:16 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Mon, Jun 28, 2021 at 08:39:28AM +0200, Ahmad Fatoum wrote:
> The sample environment contained a new line as its 4K+1th byte, when it
> should have been only 4K big. Drop the new line. No functional change.
>
> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
> ---
> --- old
> +++ new
> @@ -254,4 +254,3 @@
> 00000fd0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
> 00000fe0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
> 00000ff0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
> -00001000: 0a .
> ---
> arch/sandbox/board/stickypage.bin | Bin 4097 -> 4096 bytes
> 1 file changed, 0 insertions(+), 0 deletions(-)
In accordance with Ahmad I dropped this one and the patch introducing
stickypage.bin. Handling binary files in git is fine, but unfortunately
it doesn't work with a patch workflow when it comes to integrating them
as a patch in a BSP.
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-28 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 6:39 [PATCH] fixup! sandbox: ship sample environment Ahmad Fatoum
2021-06-28 20:16 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox