summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/lcd_console.c1
-rw-r--r--common/spl/spl_ram.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/common/lcd_console.c b/common/lcd_console.c
index 9c0ff4480e..ed36c78440 100644
--- a/common/lcd_console.c
+++ b/common/lcd_console.c
@@ -258,4 +258,3 @@ U_BOOT_CMD(
"print string on lcd-framebuffer",
" <string>"
);
-
diff --git a/common/spl/spl_ram.c b/common/spl/spl_ram.c
index df1d5b43d8..df9f3a4d00 100644
--- a/common/spl/spl_ram.c
+++ b/common/spl/spl_ram.c
@@ -81,5 +81,3 @@ SPL_LOAD_IMAGE_METHOD("RAM", 0, BOOT_DEVICE_RAM, spl_ram_load_image);
#if CONFIG_IS_ENABLED(DFU)
SPL_LOAD_IMAGE_METHOD("DFU", 0, BOOT_DEVICE_DFU, spl_ram_load_image);
#endif
-
-