From 3d31e8c499ad7cd8054fcb4d6e8bfcb5e62ce541 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 27 Dec 2017 16:52:54 +0900 Subject: [PATCH] bootmode: normal: remove duplicated macro There is duplicated macro, and it causes build warning. Remove the duplication. Change-Id: I05b23aba350bbefb6e95a952a1d24a57bed960fe Signed-off-by: Seung-Woo Kim --- property/normal_mode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/property/normal_mode.c b/property/normal_mode.c index 0e4cd49..f1dbf0a 100644 --- a/property/normal_mode.c +++ b/property/normal_mode.c @@ -402,7 +402,6 @@ void set_recovery_mode(unsigned int recovery_mode) void lcd_display_logo(int backlight_set, ulong bmp_img, size_t size) { -#define mdelay(t) ({unsigned long msec=(t); while (msec--) { udelay(1000);}}) //LiWei add #ifdef CONFIG_SPLASH_SCREEN extern int lcd_display_bitmap(ulong bmp_image, int x, int y); extern void lcd_display(void); -- 2.7.4