projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbb4ae
)
fixup! rpi: use board_early_init_r to init PCI/USB and detect boot device
author
Marek Szyprowski
<m.szyprowski@samsung.com>
Tue, 16 Aug 2022 11:44:45 +0000
(13:44 +0200)
committer
Jaehoon 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
patch
|
blob
|
history
diff --git
a/board/raspberrypi/rpi/rpi.c
b/board/raspberrypi/rpi/rpi.c
index
a27caa1
..
1d08e56
100644
(file)
--- a/
board/raspberrypi/rpi/rpi.c
+++ b/
board/raspberrypi/rpi/rpi.c
@@
-481,7
+481,7
@@
int board_early_init_r(void)
return 0;
}
-char *env_fat_get_int
erface
(void)
+char *env_fat_get_int
f
(void)
{
return boot_interface;
}