SE/FS: Get rid of FULL_SYSTEM in the configs directory

This commit is contained in:
Gabe Black
2012-01-28 07:24:50 -08:00
parent 57e07ac2d2
commit d7f71bf424
9 changed files with 3 additions and 28 deletions

View File

@@ -38,9 +38,6 @@ addToPath('../ruby')
import Ruby
if buildEnv['FULL_SYSTEM']:
panic("This script requires system-emulation mode (*_SE).")
# Get paths we might need. It's expected this file is in m5/configs/example.
config_path = os.path.dirname(os.path.abspath(__file__))
config_root = os.path.dirname(config_path)