summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kirby/mainboard.c
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-07-30 22:41:13 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-21 19:57:48 +0100
commit318cb10eb9fad5b33d2326c4cd2a9b6788fbd68f (patch)
tree1b64f57e2baa2718749cedeb40f1e7acff914282 /src/mainboard/google/kirby/mainboard.c
parent9245440eaf6d77175a76b68162917997a3152d24 (diff)
downloadcoreboot-318cb10eb9fad5b33d2326c4cd2a9b6788fbd68f.tar.xz
kirby: Neutralize wakeup.c and delete the mostly unused exynos5420.h
The function in wakeup.c isn't applicable on kirby. The only constant in exynos5420.h that was used was the speed of the 4th i2c bus. Instead of having a whole header file for that one constant used in one place, the constant is just moved inline along with the comment it had in the header. Change-Id: I5ad50c5eeaecbbf7865d76afb31a12d36c3371ee Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/63882 Commit-Queue: Gabe Black <gabeblack@chromium.org> Reviewed-by: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/4412 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/google/kirby/mainboard.c')
-rw-r--r--src/mainboard/google/kirby/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/kirby/mainboard.c b/src/mainboard/google/kirby/mainboard.c
index 98e591a1d0..99752022b3 100644
--- a/src/mainboard/google/kirby/mainboard.c
+++ b/src/mainboard/google/kirby/mainboard.c
@@ -38,8 +38,6 @@
#include <ec/google/chromeec/ec.h>
#include <stdlib.h>
-#include "exynos5420.h"
-
/* convenient shorthand (in MB) */
#define DRAM_START (CONFIG_SYS_SDRAM_BASE >> 20)
#define DRAM_SIZE CONFIG_DRAM_SIZE_MB