From patchwork Mon Jan 28 14:24:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: linux-dtb: Add extra padding to the blob. Date: Mon, 28 Jan 2013 14:24:17 -0000 From: Vakul Garg X-Patchwork-Id: 43551 Message-Id: <1359383057-2560-1-git-send-email-vakul@freescale.com> To: Cc: Vakul Garg U-boot patches portal devices for adding new properties in portal nodes. T4 devices such as T4240 have large number of portals. This requires extra space in device tree blob. The large number of portals need more padding space to be added. Signed-off-by: Vakul Garg --- meta/recipes-kernel/linux/linux-dtb.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 8aa1458..87fa646 100644 --- a/meta/recipes-kernel/linux/linux-dtb.inc +++ b/meta/recipes-kernel/linux/linux-dtb.inc @@ -1,6 +1,6 @@ # Support for device tree generation FILES_kernel-devicetree = "/boot/devicetree*" -KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000" +KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x4000" python __anonymous () { import bb