From d7f71bf424f2ccb87366b4f464e657a185abe414 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Jan 2012 07:24:50 -0800 Subject: SE/FS: Get rid of FULL_SYSTEM in the configs directory --- configs/example/fs.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/example/fs.py') diff --git a/configs/example/fs.py b/configs/example/fs.py index 9f41e24b9..4456212c9 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -47,9 +47,6 @@ from m5.defines import buildEnv from m5.objects import * from m5.util import addToPath, fatal -if not buildEnv['FULL_SYSTEM']: - fatal("This script requires full-system mode (*_FS).") - addToPath('../common') from FSConfig import * -- cgit v1.2.3