projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef679d6
)
imx8qxp_mek: drop warning due to unused variable
author
Stefano Babic
<sbabic@denx.de>
Thu, 25 Apr 2019 14:25:03 +0000
(16:25 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 25 Apr 2019 17:16:24 +0000
(19:16 +0200)
Signed-off-by: Stefano Babic <sbabic@denx.de>
board/freescale/imx8qxp_mek/spl.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8qxp_mek/spl.c
b/board/freescale/imx8qxp_mek/spl.c
index 51f323811a073d4a646e326a85750859e49eccf2..cb4006eb2a40dc3cef6fdfd4130f2c8477a5d120 100644
(file)
--- a/
board/freescale/imx8qxp_mek/spl.c
+++ b/
board/freescale/imx8qxp_mek/spl.c
@@
-18,7
+18,6
@@
DECLARE_GLOBAL_DATA_PTR;
void spl_board_init(void)
{
struct udevice *dev;
- int offset;
uclass_find_first_device(UCLASS_MISC, &dev);