1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-28 15:52:18 +01:00
Files
u-boot-megous/arch/arm/lib
Heiko Schocher 020da843fc arm: bootm-fdt.c: fix compiler warning
compiling U-Boot with bosch_mpcxxxxd_sd_defconfig
drops warning:

arch/arm/lib/bootm-fdt.c: In function ‘arch_fixup_fdt’:
arch/arm/lib/bootm-fdt.c:37:6: warning: unused variable ‘ret’ [-Wunused-variable]
  int ret = 0;
      ^~~

Fix it.

Signed-off-by: Heiko Schocher <hs@denx.de>
2018-01-28 09:39:05 -05:00
..
2016-11-14 23:24:04 +01:00
2014-10-26 22:23:40 +01:00
2015-10-15 14:47:03 +02:00
2018-01-22 23:09:14 +01:00
2016-11-14 23:24:04 +01:00
2017-10-09 08:48:45 -07:00
2016-07-22 09:53:00 -04:00