diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-10-16 02:56:07 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 10:40:23 +0000 |
commit | 5e4085737400ffa3db09f1dc22569b167f9e2675 (patch) | |
tree | d0a1a10579550a35e345e6f439fad6a3205e014a /tests | |
parent | 935f7a2b428f71a40e985f09955bccaaf09518fa (diff) |
target-xtensa: rename dc232b board to sim
This is to get aligned with the linux name for this machine.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/xtensa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xtensa/Makefile b/tests/xtensa/Makefile index 15d39dace1..8713af16eb 100644 --- a/tests/xtensa/Makefile +++ b/tests/xtensa/Makefile @@ -4,7 +4,7 @@ CROSS=xtensa-dc232b-elf- ifndef XT SIM = qemu-system-xtensa -SIMFLAGS = -M dc232b -nographic -semihosting $(EXTFLAGS) -kernel +SIMFLAGS = -M sim -cpu dc232b -nographic -semihosting $(EXTFLAGS) -kernel SIMDEBUG = -s -S else SIM = xt-run |