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>
This commit is contained in:
Sebastian Reichel 2020-09-02 19:31:43 +02:00 committed by Stefano Babic
parent 8ccc6bffaa
commit 36e3e7deb2
5 changed files with 3 additions and 3 deletions

View 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>

View 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

View 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;