From 318cb10eb9fad5b33d2326c4cd2a9b6788fbd68f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 30 Jul 2013 22:41:13 -0700 Subject: 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 Reviewed-on: https://gerrit.chromium.org/gerrit/63882 Commit-Queue: Gabe Black Reviewed-by: Gabe Black Tested-by: Gabe Black Reviewed-on: http://review.coreboot.org/4412 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/kirby/mainboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/google/kirby/mainboard.c') 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 #include -#include "exynos5420.h" - /* convenient shorthand (in MB) */ #define DRAM_START (CONFIG_SYS_SDRAM_BASE >> 20) #define DRAM_SIZE CONFIG_DRAM_SIZE_MB -- cgit v1.2.3