]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: Synology: common: Fix typo in Makefile
authorPhil Sutter <phil@nwl.cc>
Thu, 12 Feb 2026 22:31:10 +0000 (23:31 +0100)
committerStefan Roese <stefan.roese@mailbox.org>
Wed, 10 Jun 2026 09:23:26 +0000 (11:23 +0200)
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 <phil@nwl.cc>
board/Synology/common/Makefile

index f688b5490631c980e742a5798d273c26a8651416..87be53321ee64093575591cd1d271ef24225a921 100644 (file)
@@ -2,4 +2,4 @@
 #
 # Copyright (C) 2021 Phil Sutter <phil@nwl.cc>
 
-obj-$(SUPPORT_PASSING_ATAGS)   += legacy.o
+obj-$(CONFIG_SUPPORT_PASSING_ATAGS)    += legacy.o