Files
u-boot/arch
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
..
2018-01-26 07:46:47 -05:00
2017-11-30 10:04:21 +08:00
2018-01-15 11:35:38 -05:00
2017-10-02 21:52:21 -04:00
2017-10-02 21:52:22 -04:00