From 269362117d399d9d86b7e565e7cb827500fac31c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Dec 2015 21:36:09 -0500 Subject: sim: make LMA loading the default for all targets Most targets already default to loading code via their LMA, but for a few, this means the default changes from loading VMA to LMA. It's better to have the different targets be consistent, and allows some code clean up. --- sim/sh64/tconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/sh64/tconfig.h') diff --git a/sim/sh64/tconfig.h b/sim/sh64/tconfig.h index 1440566..4f4d9b7 100644 --- a/sim/sh64/tconfig.h +++ b/sim/sh64/tconfig.h @@ -1,8 +1,5 @@ /* SH64 target configuration file. -*- C -*- */ -/* See sim-hload.c. We properly handle LMA. -- TODO: check this */ -#define SIM_HANDLES_LMA 1 - /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 0 -- cgit v1.1