
On Mon, Apr 01, 2013 at 09:22:41PM +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 trini@ti.com for suggesting this.
Signed-off-by: Sricharan R r.sricharan@ti.com
[snip]
@@ -145,6 +149,10 @@ "loadaddr=0x82000000\0" \ "console=ttyO2,115200n8\0" \ "fdt_high=0xffffffff\0" \
- "fdtaddr=0x80f80000\0" \
- "bootpart=0:1\0" \
- "bootdir=\0" \
- "bootfile=uImage\0" \
What about 0:2 and /boot, ala am335x_evm as well? I'm not aware of any distributions being really clever and mounting the FAT partition to /boot and I know some that have been expecting and using their ext*-located kernels for a while for various TI platforms. And wer're moving in that latter direction too :) Thanks!