arm64: zynqmp: Fix return value of board_fit_config_name_match
authorMichal Simek <michal.simek@xilinx.com>
Mon, 9 Dec 2019 07:39:19 +0000 (08:39 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:53 +0000 (09:05 +0100)
commitb4f8468187e7bc702a0e38815684e84f8a258812
tree220529cc0345b5e68ed9554a79308cc51f516734
parentde79ca951255deba6d303a1fd3668072b24e81ab
arm64: zynqmp: Fix return value of board_fit_config_name_match

Empty implementation should not return 0 (success) because that mean that
passed name matches the board configuration.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/spl.c