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/ruby_network_test.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/example/ruby_network_test.py') diff --git a/configs/example/ruby_network_test.py b/configs/example/ruby_network_test.py index b5d788bf5..79e6365af 100644 --- a/configs/example/ruby_network_test.py +++ b/configs/example/ruby_network_test.py @@ -37,9 +37,6 @@ addToPath('../common') 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) -- cgit v1.2.3