summaryrefslogtreecommitdiff
path: root/board/gateworks
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2021-09-27 18:42:36 +0300
committerTom Rini <trini@konsulko.com>2021-09-30 15:08:56 +0300
commit66356b4c06c934021f6cb58d93877427162b369f (patch)
tree4d37c220f907db52286ed22adc92f3ffbda7350e /board/gateworks
parent6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff)
downloadu-boot-66356b4c06c934021f6cb58d93877427162b369f.tar.xz
WS cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/gateworks')
-rw-r--r--board/gateworks/gw_ventana/Makefile1
-rw-r--r--board/gateworks/gw_ventana/gsc.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/board/gateworks/gw_ventana/Makefile b/board/gateworks/gw_ventana/Makefile
index 8fa691aefc..360d1d4c12 100644
--- a/board/gateworks/gw_ventana/Makefile
+++ b/board/gateworks/gw_ventana/Makefile
@@ -8,4 +8,3 @@
obj-y := gw_ventana.o gsc.o eeprom.o common.o
obj-$(CONFIG_SPL_BUILD) += gw_ventana_spl.o
-
diff --git a/board/gateworks/gw_ventana/gsc.h b/board/gateworks/gw_ventana/gsc.h
index 29d375b3a7..5c34988828 100644
--- a/board/gateworks/gw_ventana/gsc.h
+++ b/board/gateworks/gw_ventana/gsc.h
@@ -69,4 +69,3 @@ int gsc_info(int verbose);
int gsc_boot_wd_disable(void);
const char *gsc_get_dtb_name(int level, char *buf, int sz);
#endif
-