summaryrefslogtreecommitdiffstats
path: root/board/ge/mx53ppd
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2020-09-02 19:31:43 +0200
committerStefano Babic <sbabic@denx.de>2020-11-01 15:58:47 +0100
commit36e3e7deb25773cf8ef2533612361490d175967f (patch)
tree7fc1086d5f56b36c3029641c5ec997c660445495 /board/ge/mx53ppd
parent8ccc6bffaa1865e53486284f8a3190a664870d83 (diff)
downloadu-boot-36e3e7deb25773cf8ef2533612361490d175967f.tar.gz
u-boot-36e3e7deb25773cf8ef2533612361490d175967f.tar.xz
u-boot-36e3e7deb25773cf8ef2533612361490d175967f.zip
board: ge: common: rename ge_common.c to ge_rtc.c
The file only contains RTC related code, so let's name it accordingly. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'board/ge/mx53ppd')
-rw-r--r--board/ge/mx53ppd/mx53ppd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ge/mx53ppd/mx53ppd.c b/board/ge/mx53ppd/mx53ppd.c
index 7627e9c370..2e9d389850 100644
--- a/board/ge/mx53ppd/mx53ppd.c
+++ b/board/ge/mx53ppd/mx53ppd.c
@@ -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;