Re: OMAP3 clocks with ARM vs Thumb

2021-03-19 Thread Adam Ford
On Thu, Mar 18, 2021 at 8:25 PM Adam Ford wrote: > > The arch/arm/mach-omap2/omap3/clock.c is being forced to compile with > an ARM target even when thumb2 is the preferred target. The note in > the makefile states it's due to a bootup issue with OMAP35. > > Since Thumb2 can help reduce code size

OMAP3 clocks with ARM vs Thumb

2021-03-18 Thread Adam Ford
The arch/arm/mach-omap2/omap3/clock.c is being forced to compile with an ARM target even when thumb2 is the preferred target. The note in the makefile states it's due to a bootup issue with OMAP35. Since Thumb2 can help reduce code size, I thought I'd run some tests. The DM3730 can boot with clo