[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-447-g1b799b2
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-07-13 16:29:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 1b799b25d6b2d081ef4ad4e0a776fb9f70332399 (commit)
from b8b6025a10f96f664d786ac882059b551f4ed532 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1b799b25d6b2d081ef4ad4e0a776fb9f70332399
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jul 13 18:32:12 2012 +0200
[LINUX] apf28: replace VFP layer that is not present on this cpu by the FastFPE FPU emulation
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/apf28/apf28-linux-2.6.35.config | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config b/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
index 1178068..214340c 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
+++ b/buildroot/target/device/armadeus/apf28/apf28-linux-2.6.35.config
@@ -383,8 +383,8 @@ CONFIG_CPU_IDLE_GOV_MENU=y
# At least one emulation must be selected
#
# CONFIG_FPE_NWFPE is not set
-# CONFIG_FPE_FASTFPE is not set
-CONFIG_VFP=y
+CONFIG_FPE_FASTFPE=y
+# CONFIG_VFP is not set
#
# Userspace binary formats
hooks/post-receive
--
armadeus
|