summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAlgapally Santosh Sagar <santoshsagar.algapally@amd.com>2023-06-14 12:03:59 +0300
committerMichal Simek <michal.simek@amd.com>2023-07-21 10:00:38 +0300
commit340760ec0ffbe06c3dc1388ee605e031a11ff042 (patch)
tree5f33bb7a2a618ecb2e99364c8f3cae356ecfd7cc /board
parent3bfc94ba9c35a1b9a73b608f54511d714c662fe0 (diff)
downloadu-boot-340760ec0ffbe06c3dc1388ee605e031a11ff042.tar.xz
xilinx: zynq: Add the missing function prototypes
Add the missing prototypes for the functions pointed by the below sparse warnings warning: no previous prototype for 'set_dfu_alt_info' [-Wmissing-prototypes] warning: no previous prototype for 'board_debug_uart_init' [-Wmissing-prototypes] Signed-off-by: Algapally Santosh Sagar <santoshsagar.algapally@amd.com> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20230614090359.10809-7-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'board')
-rw-r--r--board/xilinx/zynq/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c
index 9a59445b44..3b6581e304 100644
--- a/board/xilinx/zynq/board.c
+++ b/board/xilinx/zynq/board.c
@@ -5,6 +5,8 @@
*/
#include <common.h>
+#include <debug_uart.h>
+#include <dfu.h>
#include <init.h>
#include <log.h>
#include <dm/uclass.h>