From 6045e64bed306627d6d7218da8870eb16aed2977 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Mon, 2 Dec 2019 17:07:46 -0800 Subject: [PATCH] ASoC: SOF: increase baytrail shim window The window contains definitions according to the firmware headers up to 0x114 which means that it is at least 0x118. Lets share the debug information. Signed-off-by: Curtis Malainey --- sound/soc/sof/intel/byt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sof/intel/byt.c b/sound/soc/sof/intel/byt.c index b3a40d9ef7ce7b..b6fc200ab6155b 100644 --- a/sound/soc/sof/intel/byt.c +++ b/sound/soc/sof/intel/byt.c @@ -25,7 +25,7 @@ #define DRAM_OFFSET 0x100000 #define DRAM_SIZE (160 * 1024) #define SHIM_OFFSET 0x140000 -#define SHIM_SIZE 0x100 +#define SHIM_SIZE 0x118 #define MBOX_OFFSET 0x144000 #define MBOX_SIZE 0x1000 #define EXCEPT_OFFSET 0x800