the following patch was just integrated into master: commit 6b7b18c934feccb79acb6e19811fff84f5626970 Author: Gabe Black gabeblack@google.com Date: Tue Jul 30 22:41:13 2013 -0700
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
See http://review.coreboot.org/4412 for details.
-gerrit