From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Mattias_Walstr=F6m?= Date: Tue, 12 Feb 2013 18:10:09 +0100 Subject: [U-Boot] FIT image and modify device-tree Message-ID: <511A7771.9090805@westermo.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi! We are using U-Boot and FIT images, but also want to modify the FDT during boot, today we just do: bootm 0xe8000000#config at 1 which contains, linux, romfs and fdt. But I want to include additional nodes in the FDT to pass to linux (or pass an extra device tree if possible, just want to pass more information to linux). Is this possible when using FIT image. If not, what is the recommended way to send information from U-Boot to Linux? Regards Mattias