On Sat, Feb 07, 2026 at 03:53:01PM -0600, Tom Rini wrote:
> On Wed, Feb 04, 2026 at 09:29:36PM +0100, Phil Sutter wrote:
>
> > Due to this, legacy.c was neither compiled nor linked into the binary
> > and thus booting legacy DS414 firmware failed. Missing atag setup led to
> > no console output (and probably stalled boot) after:
> >
> > | Uncompressing Linux... done, booting the kernel.
> >
> > Fixes: 9774462e34faa ("arm: Disable ATAGs support")
> > Signed-off-by: Phil Sutter <[email protected]>
> > ---
> > board/Synology/common/Makefile | 2 +-
> > lib/fdtdec.c | 5 +++++
>
> OK, whoops. The lib/fdtec.c change was just a debug thing to drop.
> However, the Makefile portion leads to failure to build on ds109 and
> ds116.
Oh crap, yes. The ftdec.c change was not supposed to end up in this
patch, sorry!
Let me check what's going on when building for the other devices, will
ideally submit a v2 this evening.
Thanks, Phil