diff options
-rw-r--r-- | arch/arm/cpu/armv7/mx7ulp/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/mx7ulp/soc.c b/arch/arm/cpu/armv7/mx7ulp/soc.c index f03bd3b..1440c0f 100644 --- a/arch/arm/cpu/armv7/mx7ulp/soc.c +++ b/arch/arm/cpu/armv7/mx7ulp/soc.c @@ -71,7 +71,7 @@ int mcore_early_load_and_boot(void) * should be same as the one programmed into QSPI flash */ tag = *(dest_addr + 1024); - if (tag != 0x402000d1) + if (tag != 0x402000d1 && tag !=0x412000d1) return -1; pc = *(dest_addr + 1025); |