ls1028a: hdp: Add config support for HDP firmware loading
[platform/kernel/u-boot.git] / board / freescale / ls1028a / ls1028a.c
index 71a086e..1a7806f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * Copyright 2019, 2021 NXP
+ * Copyright 2019-2022 NXP
  */
 
 #include <common.h>
@@ -328,3 +328,8 @@ int checkboard(void)
        return 0;
 }
 #endif
+
+void *video_hw_init(void)
+{
+       return NULL;
+}