From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Mon, 25 Mar 2013 10:39:13 +0530 Subject: [U-Boot] [PATCH V2 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree In-Reply-To: <20130324140901.GA10592@bill-the-cat> References: <1364106248-6860-1-git-send-email-r.sricharan@ti.com> <1364106248-6860-5-git-send-email-r.sricharan@ti.com> <20130324140901.GA10592@bill-the-cat> Message-ID: <514FDBF9.4040106@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday 24 March 2013 07:39 PM, Tom Rini wrote: > On Sun, Mar 24, 2013 at 11:54:07AM +0530, Sricharan R wrote: > >> Now with kernel moving to all device tree, the default >> boot command is changed to pass the device tree blob. >> Also, adding the findfdt command to get the dt-blob >> based on the board. >> >> Thanks to Tom Rini for suggesting this. > [snip] >> @@ -145,6 +146,7 @@ >> "loadaddr=0x82000000\0" \ >> "console=ttyO2,115200n8\0" \ >> "fdt_high=0xffffffff\0" \ >> + "fdtaddr=0x88000000\0" \ > > I'd rather we use 0x80F80000 on both platforms, ala am335x as this makes > it harder to run into the fdt with a large ramdisk, which is even more > important once we've said no run-time relocation of the device tree. > Otherwise looks good and I'm glad the build-time ${board_name} works out > right :) > correct. will change this. Regards, Sricharan