[OE-core] [PATCH] linux-dtb: Add extra padding to the blob.

Vakul Garg vakul at freescale.com
Mon Jan 28 14:24:17 UTC 2013


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 <vakul at freescale.com>
---

 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
-- 
1.7.7.6






More information about the Openembedded-core mailing list