boot/Config.in: fix beaglev-ddrinit include after rename
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 11 May 2021 07:09:07 +0000 (09:09 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 11 May 2021 07:09:07 +0000 (09:09 +0200)
Commit 3b551f68a55d74f (boot/beaglev-ddrlnit: rename to beaglev-ddrinit to
match renamed upstream repo) forgot to update the include in boot/Config.in,
breaking menuconfig.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/Config.in

index 54c2b7605d5ae93fffbc3ba68decf94886ff69a3..08d9ac06b26c02a9806512923a896583dff91b50 100644 (file)
@@ -6,7 +6,7 @@ source "boot/at91bootstrap3/Config.in"
 source "boot/at91dataflashboot/Config.in"
 source "boot/arm-trusted-firmware/Config.in"
 source "boot/barebox/Config.in"
-source "boot/beaglev-ddrlnit/Config.in"
+source "boot/beaglev-ddrinit/Config.in"
 source "boot/beaglev-secondboot/Config.in"
 source "boot/binaries-marvell/Config.in"
 source "boot/boot-wrapper-aarch64/Config.in"