[U-Boot] [PATCH 0/4] Random small sunxi fixes

megous at megous.com megous at megous.com
Sat Feb 9 13:39:53 UTC 2019


From: Ondrej Jirman <megous at megous.com>

Patch 1 and 2 are fixes for compilation failures with disabled network
support on sunxi platform.

Patch 3 is a fix for error path bug in decode_timing_property(), I've
found while debugging a missing LCD panel output.

Patch 4 is typo fix.

regards,
  Ondřej Jirman

Ondrej Jirman (4):
  sunxi: Fix build when CONFIG_CMD_NET is disabled
  sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabled
  lib: decode_timing_property should return -NOENT when proprty is not
    found
  power: axp818: Fix typo in axp_set_dldo

 board/sunxi/board.c            |  7 ++++++-
 drivers/power/axp818.c         |  2 +-
 include/configs/sunxi-common.h | 16 ++++++++++++++--
 lib/fdtdec.c                   |  2 +-
 4 files changed, 22 insertions(+), 5 deletions(-)

-- 
2.20.1



More information about the U-Boot mailing list