Re: [PATCH 1/3] bsps/arm: Simplify start.S

2018-11-20 Thread Chris Johns
Thank you for the patches and the quick response. I have built my RTL changes with these patches without error. +1 from me to push. Now I need to figure out why xilinx_zynq_a9_qemu does not output anything in an RSB built qemu. Chris On 20/11/2018 23:10, Sebastian Huber wrote: > The boot_card()

[PATCH 1/3] bsps/arm: Simplify start.S

2018-11-20 Thread Sebastian Huber
The boot_card() function does not return. --- bsps/arm/shared/start/start.S | 12 1 file changed, 12 deletions(-) diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S index e4df46f656..c43c81e14c 100644 --- a/bsps/arm/shared/start/start.S +++ b/bsps/arm/shared/s