scons: rename TraceFlags to DebugFlags

This commit is contained in:
Nathan Binkert
2011-06-02 17:36:21 -07:00
parent f49f384fe4
commit 2b1aa35e20
30 changed files with 185 additions and 187 deletions

View File

@@ -53,7 +53,7 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm':
Source('rv_ctrl.cc')
Source('realview.cc')
TraceFlag('AMBA')
TraceFlag('PL111')
TraceFlag('Pl050')
TraceFlag('GIC')
DebugFlag('AMBA')
DebugFlag('PL111')
DebugFlag('Pl050')
DebugFlag('GIC')