configs, arm: Fix incorrect use of mem_range in bL example
authorAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 3 Aug 2017 12:52:02 +0000 (13:52 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 3 Aug 2017 16:37:20 +0000 (16:37 +0000)
commit3a02fcbaca8879f227c735bd42e9c79283fc17ed
treed1f5aadd4c9f32ff806bdcda1804a7af1b59fe5e
parent9b64954ec0fc9dcbc36dabe8d247e4949c90c42f
configs, arm: Fix incorrect use of mem_range in bL example

The change "config: Change mem_range attribute naming in ARM
SimpleSystem" modified the SimpleSystem class to be compatible with
the MemConfig utility script. While doing so, the way we report the
memory ranges supported by the system changed, which broke the bL
example configration. This changeset introduces the necessary changes
to make the script work again.

Change-Id: I789987950ff04b6c5ae1c8b807355bcba34f6b3c
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4380
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
configs/example/arm/fs_bigLITTLE.py