From 49453aea90a8356c664b49e1c85d42ca4c40c09d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 11 May 2021 09:09:07 +0200 Subject: [PATCH] boot/Config.in: fix beaglev-ddrinit include after rename 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 --- boot/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Config.in b/boot/Config.in index 54c2b7605d..08d9ac06b2 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -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" -- 2.30.2