Re: [U-Boot] [PATCH] fit: Do not automatically decompress ramdisk images

2020-02-03 Thread Rasmus Villemoes
On 08/08/2019 05.16, Tom Rini wrote: > On Fri, Aug 02, 2019 at 03:52:28PM -0700, Julius Werner wrote: > >> The Linux ramdisk should always be decompressed by the kernel itself, >> not by U-Boot. Therefore, the 'compression' node in the FIT image should >> always be set to "none" for ramdisk

Re: [U-Boot] [PATCH] fit: Do not automatically decompress ramdisk images

2019-08-07 Thread Tom Rini
On Fri, Aug 02, 2019 at 03:52:28PM -0700, Julius Werner wrote: > The Linux ramdisk should always be decompressed by the kernel itself, > not by U-Boot. Therefore, the 'compression' node in the FIT image should > always be set to "none" for ramdisk images, since the only point of > using that node

Re: [U-Boot] [PATCH] fit: Do not automatically decompress ramdisk images

2019-08-04 Thread Simon Goldschmidt
On Sat, Aug 3, 2019 at 12:52 AM Julius Werner wrote: > > The Linux ramdisk should always be decompressed by the kernel itself, > not by U-Boot. Therefore, the 'compression' node in the FIT image should > always be set to "none" for ramdisk images, since the only point of > using that node is if

Re: [U-Boot] [PATCH] fit: Do not automatically decompress ramdisk images

2019-08-04 Thread Heiko Schocher
Hello Julius, Am 03.08.2019 um 00:52 schrieb Julius Werner: The Linux ramdisk should always be decompressed by the kernel itself, not by U-Boot. Therefore, the 'compression' node in the FIT image should always be set to "none" for ramdisk images, since the only point of using that node is if

[U-Boot] [PATCH] fit: Do not automatically decompress ramdisk images

2019-08-02 Thread Julius Werner
The Linux ramdisk should always be decompressed by the kernel itself, not by U-Boot. Therefore, the 'compression' node in the FIT image should always be set to "none" for ramdisk images, since the only point of using that node is if you want U-Boot to do the decompression itself. Yet some systems