diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 12:41:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 12:41:29 +0000 |
commit | c43aadcaa6c1b7f5c853276b347fd46f67e8ba09 (patch) | |
tree | 36230ec348ef2ad558a39fd197d94c93bc4e03b7 /sim/bfin/configure | |
parent | dfb61fb66f2df32de3597c140f24f8caa53f8766 (diff) | |
download | ppe42-binutils-c43aadcaa6c1b7f5c853276b347fd46f67e8ba09.tar.gz ppe42-binutils-c43aadcaa6c1b7f5c853276b347fd46f67e8ba09.zip |
sim: bfin: add a performance monitor stub
No counters get updated, but there is enough here for software to
poke things and work.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/configure')
-rwxr-xr-x | sim/bfin/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/bfin/configure b/sim/bfin/configure index c05f6d914e..dc00be41ad 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -5093,6 +5093,7 @@ hardware="$hardware \ bfin_mmu \ bfin_nfc \ bfin_otp \ + bfin_pfmon \ bfin_pll \ bfin_ppi \ bfin_rtc \ |