All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] kernel-fitimage: Let U-Boot select ramdisk load/entry address
@ 2017-01-19  1:52 Rick Altherr
  2017-01-19 11:34 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Rick Altherr @ 2017-01-19  1:52 UTC (permalink / raw
  To: yocto

If the ramdisk load and entry parameters are omitted in the FIT image
specification, U-Boot will determine if the ramdisk needs to be
relocated and will automatically allocate a location in RAM if so.

Change-Id: I0717c2ab04d13e58c2b91a829063c2d0fb6eaf34
Signed-off-by: Rick Altherr <raltherr@google.com>
---
 meta/classes/kernel-fitimage.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass
index 2934b3a31a..ee721d1fff 100644
--- a/meta/classes/kernel-fitimage.bbclass
+++ b/meta/classes/kernel-fitimage.bbclass
@@ -187,8 +187,6 @@ fitimage_emit_section_ramdisk() {
                         arch = "${UBOOT_ARCH}";
                         os = "linux";
                         compression = "none";
-                        load = <${UBOOT_RD_LOADADDRESS}>;
-                        entry = <${UBOOT_RD_ENTRYPOINT}>;
                         hash@1 {
                                 algo = "${ramdisk_csum}";
                         };
-- 
2.11.0.483.g087da7b7c-goog



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] kernel-fitimage: Let U-Boot select ramdisk load/entry address
  2017-01-19  1:52 [PATCH 1/1] kernel-fitimage: Let U-Boot select ramdisk load/entry address Rick Altherr
@ 2017-01-19 11:34 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2017-01-19 11:34 UTC (permalink / raw
  To: Rick Altherr; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

Hi Rick,

Patches for oe-core should go to the
openembedded-core@lists.openembedded.org mailing list, yocto@ is for user
support and smaller layers that don't need their own list.  Can you resend
it?

On 19 January 2017 at 01:52, Rick Altherr <raltherr@google.com> wrote:

> Change-Id: I0717c2ab04d13e58c2b91a829063c2d0fb6eaf34
>

As we don't use Gerrit, would it be possible to filter these out of the
patches?

Ross

[-- Attachment #2: Type: text/html, Size: 857 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-19 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19  1:52 [PATCH 1/1] kernel-fitimage: Let U-Boot select ramdisk load/entry address Rick Altherr
2017-01-19 11:34 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.