Moin, Am Wed, Mar 19, 2025 at 07:33:27PM +0530 schrieb Neha Malcom Francis: > Add documentation for system RAM utilization in U-Boot. > > Signed-off-by: Neha Malcom Francis <n-fran...@ti.com> > --- > .gitattributes | 1 + > doc/develop/memory.rst | 158 +++++++++++++++++++++++++- > doc/develop/pics/spl_after_reloc.svg | Bin 0 -> 193600 bytes > doc/develop/pics/spl_before_reloc.svg | Bin 0 -> 224608 bytes
Had a look at the first svg. It's just some rectangles, arrows, and text. This should _not_ be ~200k but really small not much more than 20k! Actually there are pixel images embedded in your grahipcs instead of just using text. This is contradicting a vector image format, please invest some time for proper graphics instead of throwing bmp cloaked as svg to git as binary. > 4 files changed, 158 insertions(+), 1 deletion(-) > create mode 100644 doc/develop/pics/spl_after_reloc.svg > create mode 100644 doc/develop/pics/spl_before_reloc.svg > > diff --git a/.gitattributes b/.gitattributes > index 7a7c4163560..735b13da278 100644 > --- a/.gitattributes > +++ b/.gitattributes > @@ -6,3 +6,4 @@ > *.ttf binary > *.gz binary > *.png binary > +*.svg binary nack, svg is by definition no binary format. Greets Alex