From 048436c6d33bc78d5fd3934a527e1e9e8ef1fcc6 Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Tue, 21 Jul 2015 08:45:41 -0700 Subject: ryu: remove P4/P5 code leftover Remove remaining conditional code for ryu_p4p5 board which is gone. Signed-off-by: Vincent Palatin BRANCH=smaug BUG=chrome-os-partner:38333 TEST=make buildall Change-Id: I1630fab5355d10018dab7f0fed7e35f240422ddd Reviewed-on: https://chromium-review.googlesource.com/287142 Trybot-Ready: Vincent Palatin Tested-by: Vincent Palatin Reviewed-by: Alec Berg Commit-Queue: Vincent Palatin --- common/lb_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/lb_common.c') diff --git a/common/lb_common.c b/common/lb_common.c index c964ab8be3..05d649526e 100644 --- a/common/lb_common.c +++ b/common/lb_common.c @@ -56,7 +56,7 @@ static inline uint8_t controller_read(int ctrl_num, uint8_t reg) #define MAX_GREEN 0x30 #define MAX_BLUE 0x67 #endif -#if defined(BOARD_SAMUS) || defined(BOARD_RYU) || defined(BOARD_RYU_P4P5) +#if defined(BOARD_SAMUS) || defined(BOARD_RYU) /* Samus uses completely different LEDs, so the numbers are different. The * Samus LEDs can handle much higher currents, but these constants were * calibrated to provide uniform intensity at the level used by Link. @@ -114,7 +114,7 @@ static const uint8_t led_to_isc[] = { 0x18, 0x15, 0x18, 0x15 }; #ifdef BOARD_SAMUS static const uint8_t led_to_isc[] = { 0x15, 0x18, 0x15, 0x18 }; #endif -#if defined(BOARD_RYU) || defined(BOARD_RYU_P4P5) +#if defined(BOARD_RYU) static const uint8_t led_to_isc[] = { 0x18, 0x15, 0x18, 0x15 }; #endif #ifdef BOARD_HOST -- cgit v1.2.1