diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-08 22:09:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:17 +0200 |
commit | 05d6cc5dc9a580f4a9182f4f2c43aa518880061e (patch) | |
tree | 42eb4aa013383dc7f4bd759773d8d324e422eaee /conf/machine/include/omap3.inc | |
parent | 3a72b7231064db96f71eba28e6c0b63a5311dc8b (diff) |
ti recipes: DEPENDS/RDEPENDS ti-dsplink/ti-dsplink-module
* We renamed ti-dsplink recipe, update dependent recipes
* Remove variables from machine includes, cleanup ti-paths
* lpm/dsplink variables moved into recipes
* removed duplicates and commented variables
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf/machine/include/omap3.inc')
-rw-r--r-- | conf/machine/include/omap3.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 8cfc08d5bb..89a0f2b15e 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -13,10 +13,3 @@ UBOOT_LOADADDRESS = "0x80008000" # Only build u-boot, xload is optional EXTRA_IMAGEDEPENDS += "u-boot" -# TI DVSDK stuff: -# DSPLink rebuild -DSPLINKDSPCFG ?= "OMAP3530SHMEM" -DSPLINKPLATFORM ?= "OMAP3530" -DSPLINKSOC ?= "3530" - - |