SE/FS: Build the devices in SE mode.

This commit is contained in:
Gabe Black
2011-09-30 00:28:33 -07:00
parent 35e20c7470
commit 51f7a66660
25 changed files with 129 additions and 92 deletions

View File

@@ -39,7 +39,7 @@
Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm':
if env['TARGET_ISA'] == 'arm':
SimObject('RealView.py')
Source('a9scu.cc')