diff options
Diffstat (limited to 'tests/configs/base_config.py')
-rw-r--r-- | tests/configs/base_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/base_config.py b/tests/configs/base_config.py index 2bed5f661..d79496d7c 100644 --- a/tests/configs/base_config.py +++ b/tests/configs/base_config.py @@ -170,7 +170,7 @@ class BaseSystem(object): options.num_cpus = self.num_cpus options.num_dirs = 2 - bootmem = getattr(system, 'bootmem', None) + bootmem = getattr(system, '_bootmem', None) Ruby.create_system(options, True, system, system.iobus, system._dma_ports, bootmem) |