]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ge: common: rename ge_common.c to ge_rtc.c
authorSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 2 Sep 2020 17:31:43 +0000 (19:31 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 14:58:47 +0000 (15:58 +0100)
The file only contains RTC related code, so let's name
it accordingly.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
board/ge/bx50v3/bx50v3.c
board/ge/common/Makefile
board/ge/common/ge_rtc.c [moved from board/ge/common/ge_common.c with 100% similarity]
board/ge/common/ge_rtc.h [moved from board/ge/common/ge_common.h with 100% similarity]
board/ge/mx53ppd/mx53ppd.c

index cf76cf7a3387b78fbc3955a5ad4ffc07b30f26d7..c6b0af8c776abba4841dd2c37396bc922890e3c6 100644 (file)
@@ -35,7 +35,7 @@
 #include <version.h>
 #include <stdlib.h>
 #include <dm/root.h>
-#include "../common/ge_common.h"
+#include "../common/ge_rtc.h"
 #include "../common/vpd_reader.h"
 #include "../../../drivers/net/e1000.h"
 #include <pci.h>
index 8a21dcb8b5333b63eff1be1b6f20dc1fe78f4587..36bedb198077c740daca8690ddb0111dab494c97 100644 (file)
@@ -2,4 +2,4 @@
 #
 # Copyright 2017 General Electric Company
 
-obj-y  := vpd_reader.o ge_common.o
+obj-y  := vpd_reader.o ge_rtc.o
index 7627e9c370fb205363d8d6126d5ce88fec0c0bf6..2e9d389850a2b692f226b2fe48b82ae5ca81496b 100644 (file)
@@ -36,7 +36,7 @@
 #include <watchdog.h>
 #include "ppd_gpio.h"
 #include <stdlib.h>
-#include "../../ge/common/ge_common.h"
+#include "../../ge/common/ge_rtc.h"
 #include "../../ge/common/vpd_reader.h"
 
 DECLARE_GLOBAL_DATA_PTR;