fixup! rpi: use board_early_init_r to init PCI/USB and detect boot device
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 16 Aug 2022 11:44:45 +0000 (13:44 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:36 +0000 (13:19 +0900)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
board/raspberrypi/rpi/rpi.c

index a27caa1..1d08e56 100644 (file)
@@ -481,7 +481,7 @@ int board_early_init_r(void)
        return 0;
 }
 
-char *env_fat_get_interface(void)
+char *env_fat_get_intf(void)
 {
        return boot_interface;
 }