Re: [PATCH 1/3] bsps/arm: Remove register init for ARMv7-M

2019-07-26 Thread Chris Johns
I have tested hello.exe on RPi2, BBB, and Zedboard and all are OK. Please push. I will run the full test suite after. Thank you for the fix. Chris On 26/7/19 4:17 pm, Sebastian Huber wrote: > There are no known ARMv7-M chips with a dual lockstep mode. > > Update #3773. > --- > bsps/arm/shared

[PATCH 1/3] bsps/arm: Remove register init for ARMv7-M

2019-07-25 Thread Sebastian Huber
There are no known ARMv7-M chips with a dual lockstep mode. Update #3773. --- bsps/arm/shared/start/start.S | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S index 80b7d44dbe..a7fd7eda62 100644 --- a/bsp