All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel-fitimage: Let U-Boot select ramdisk load/entry address
@ 2017-01-19 16:58 Rick Altherr
  2017-01-19 17:37 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Rick Altherr @ 2017-01-19 16:58 UTC (permalink / raw)
  To: openembedded-core

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.

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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 16:58 [PATCH] kernel-fitimage: Let U-Boot select ramdisk load/entry address Rick Altherr
2017-01-19 17:37 ` Denys Dmytriyenko
2017-01-19 17:40   ` Burton, Ross
2017-01-19 17:41     ` Rick Altherr
2017-01-19 17:45     ` Denys Dmytriyenko
2017-01-19 18:16       ` 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.