From 0fe50ea6a3b84b70b042076f73ca2e8a528e6bcf Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 12 Oct 2010 12:38:50 +0200 Subject: [PATCH] omap3.inc: set TARGET_ARCH to arm --- conf/machine/include/omap3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 193e31e8f9..76e997da8d 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,4 +1,5 @@ SOC_FAMILY = "omap3" +TARGET_ARCH = "arm" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" -- 2.39.5