
22 Nov
2016
22 Nov
'16
3:59 a.m.
On Sat, Nov 12, 2016 at 10:02:37PM -0600, Adam Ford wrote:
The previous partition table did not support a separate device tree and the kernel size was limited to 4MB. This update shows the location of the device tree (labeled as spl-os) for those who want to use Falcon Mode or use U-Boot to store the Flattened Device Tree (FDT) to NAND without appending it to the kernel.
This also grows the kernel to 6MB since 4MB was becomming tight
Signed-off-by: Adam Ford aford173@gmail.com Reviewed-by: Tom Rini trini@konsulko.com
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 301d4b2..abce61a 100644
Applied to u-boot/master, thanks!
--
Tom