From: Seung-Woo Kim Date: Wed, 27 Dec 2017 07:52:54 +0000 (+0900) Subject: bootmode: normal: remove duplicated macro X-Git-Tag: accepted/tizen/5.0/unified/20181106.201708~18 X-Git-Url: http://review.tizen.org/git/?p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git;a=commitdiff_plain;h=3d31e8c499ad7cd8054fcb4d6e8bfcb5e62ce541 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 --- 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);