diff options
| author | James Wylder <jwylder@motorola.com> | 2013-11-26 16:22:47 -0600 | 
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:46:53 -0600 | 
| commit | 4febbd71a26141e8d466edbfe598127a4a366251 (patch) | |
| tree | 8b698ece99c6689d8abedd24034eae8ab9a278d3 /AndroidKernel.mk | |
| parent | c57f3243a1fe44653f6a82e333b6043fc9e50a1d (diff) | |
| download | olio-linux-3.10-4febbd71a26141e8d466edbfe598127a4a366251.tar.xz olio-linux-3.10-4febbd71a26141e8d466edbfe598127a4a366251.zip | |
IKG5-1476 dts: minnow: Support multiple device tree revisions
Create hardware revision based dts files that include the common
configuration from omap3-minnow.dts.  The property mmi,hwrev
will be used by the bootloader to identify the matching device tree.
casper-p1 is a legacy board that predates the first real
minnow board.  As hardware differences are identified, they
should be migrated from the omap3-minnow.dts to the appropriate
revision based dts file.  Or if the majority of revisions are
expected to be configured identically, the setting can remain
common and overridden as needed.
Change-Id: I328044668f51d000612cfe0541bc464fcec6fe3d
Signed-off-by: James Wylder <jwylder@motorola.com>
Diffstat (limited to 'AndroidKernel.mk')
| -rw-r--r-- | AndroidKernel.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/AndroidKernel.mk b/AndroidKernel.mk index 58aedd48cbb..955d42efdbf 100644 --- a/AndroidKernel.mk +++ b/AndroidKernel.mk @@ -5,7 +5,7 @@ KERNEL_SRCDIR := kernel/omap-moto-cw  KERNEL_OUT := $(ANDROID_PRODUCT_OUT)/obj/KERNEL_OBJ  KERNEL_CONFIG := $(KERNEL_OUT)/.config  TARGET_PREBUILT_INT_KERNEL := $(KERNEL_OUT)/arch/arm/boot/zImage -TARGET_PREBUILT_INT_DTB := $(KERNEL_OUT)/arch/arm/boot/dts/omap3-minnow.dtb +TARGET_PREBUILT_INT_DTB := $(KERNEL_OUT)/arch/arm/boot/dts/omap3-casper-p1.dtb  KERNEL_HEADERS_INSTALL := $(KERNEL_OUT)/usr  KERNEL_MODULES_INSTALL := system  KERNEL_MODULES_OUT := $(TARGET_OUT)/lib/modules |