From: Hauke Mehrtens
Instead of maintaining 3 very similar subtargets merge them into one.
This does not use the Arm NEON extension any more, because the SAMA5D3
does not support NEON.
Signed-off-by: Hauke Mehrtens
---
package/boot/at91bootstrap/Makefile | 26 ++--
package/boot/ub
On 5/17/19 6:41 PM, sandeep.sheri...@microchip.com wrote:
> Hi Hauke Mehrtens,
>
> The reason I created different SAMA5 subtargets is:
The additional subtargets cause us extra maintenance efforts and we also
need more compute resources for our build bots because we have to build
more. We wou
Hi Hauke Mehrtens,
The reason I created different SAMA5 subtargets is:
1. Able to set neon flags to sama5d2 & sama5d4 subtargets.
2. We can configure kernel specific to these subtarget.
3. Able to set vfpu4 flags to samad3 subtargets
I would not recommend to merge subtargets into
Instead of maintaining 3 very similar subtargets merge them into one.
This does not use the Arm NEON extension any more, because the SAMA5D3
does not support NEON.
Signed-off-by: Hauke Mehrtens
---
package/boot/at91bootstrap/Makefile | 26 -
package/boot/uboot-at91/Makefile