mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx8qxp_mek: drop warning due to unused variable
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
ef679d6ef5
commit
04ba62115c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue