X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fstatus_led.h;h=5b3570166db5f23f0d8972cb1fffbc95a2a7efc3;hb=b4ee6daad7a2604ca9466b2ba48de86cc27d381f;hp=e37734696767940bdc9c0db8a9dc3dcfce0758fa;hpb=11b66916e0e03c8930cdce72e68e8e06ff313b48;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/status_led.h b/include/status_led.h index e377346..5b35701 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -56,10 +55,6 @@ void status_led_set (int led, int state); * filling this file up with lots of custom board stuff. */ -#elif defined(CONFIG_V38B) - -# define STATUS_LED_ACTIVE 0 /* LED on for bit == 0 */ - #elif defined(CONFIG_LED_STATUS_BOARD_SPECIFIC) /* led_id_t is unsigned long mask */ typedef unsigned long led_id_t;