hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific
commit902b28ae4eba6df303cba57016945426865a6d59
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 May 2021 19:08:40 +0000 (10 20:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:43 +0000 (25 16:01 +0100)
tree50c3765d9b41fe11083ea939f2a6b266d6740f17
parentb6889c5ae3895cf5a4322adb32b2133e9b91d158
hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific

The AN547 sets the SRAM_ADDR_WIDTH for the SSE-300 to 21;
since this is not the default value for the SSE-300, model this
in mps2-tz.c as a per-board value.

Reported-by: Devaraj Ranganna <devaraj.ranganna@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210510190844.17799-3-peter.maydell@linaro.org
hw/arm/mps2-tz.c