diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-10-13 22:20:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-13 22:24:06 +0200 |
commit | 16a7d3d53eed671e5e51809cdd68cc1b5c6354bd (patch) | |
tree | cddbebfa0f1206656b88f1bcc5c0a2a1a713c011 /recipes/ti/bitblit_svn.bb | |
parent | f1c87869599b3573c2516bf679f3c4b9895ce31e (diff) |
TI recipes: make use of factored-out dm355 variables
Diffstat (limited to 'recipes/ti/bitblit_svn.bb')
-rw-r--r-- | recipes/ti/bitblit_svn.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/ti/bitblit_svn.bb b/recipes/ti/bitblit_svn.bb index 9a0a24134e..dc3722c008 100644 --- a/recipes/ti/bitblit_svn.bb +++ b/recipes/ti/bitblit_svn.bb @@ -19,7 +19,6 @@ PR = "r1" S = "${WORKDIR}/trunk/bitblit" XDC_TARGET = gnu.targets.arm.GCArmv5T -XDC_PLATFORM_dm355-evm = ti.platforms.evmDM355 XDC_PLATFORM_dm6446-evm = ti.platforms.evmDM6446 XDC_PLATFORM_da830-omapl137-evm = ti.platforms.omapl137 PLATFORM_XDC = ${XDC_PLATFORM} @@ -28,7 +27,6 @@ export XDC_TARGET export XDC_PLATFORM export PLATFORM_XDC -PLATFORM_dm355-evm = "dm355" PLATFORM_dm6446-evm = "dm6446" PLATFORM_da830-omapl137-evm = "ol137" |