summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFugang Duan <B38611@freescale.com>2012-12-27 11:48:54 +0800
committerFugang Duan <B38611@freescale.com>2013-01-08 17:32:08 +0800
commitd0e1fff03a24d2dbbc6bc61a65bdd37f6c241b82 (patch)
tree8da21c0365a567d57c6f2d6a5dde3f7eb224c03f
parent5d1bc96f05edafef30592eba753dc84e14a05146 (diff)
ENGR00238363: mx6dl: epdc: remove epdc macro redefinition in config file
Remove mx6dl_arm2 and mx6dl_sabresd config file epdc macro redefinition to avoid build warning. Signed-off-by: Fugang Duan <B38611@freescale.com>
-rw-r--r--include/configs/mx6dl_arm2.h2
-rw-r--r--include/configs/mx6dl_sabresd.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h
index fc44c5102f..7f897ab7bd 100644
--- a/include/configs/mx6dl_arm2.h
+++ b/include/configs/mx6dl_arm2.h
@@ -323,8 +323,6 @@
#define LCD_BPP LCD_MONOCHROME
/* #define CONFIG_SPLASH_SCREEN_ALIGN 1 */
- #define CONFIG_MXC_EPDC 1
-
#define CONFIG_WORKING_BUF_ADDR (TEXT_BASE + 0x100000)
#define CONFIG_WAVEFORM_BUF_ADDR (TEXT_BASE + 0x200000)
#define CONFIG_WAVEFORM_FILE_OFFSET 0x600000
diff --git a/include/configs/mx6dl_sabresd.h b/include/configs/mx6dl_sabresd.h
index a49645363a..70ed3dbf77 100644
--- a/include/configs/mx6dl_sabresd.h
+++ b/include/configs/mx6dl_sabresd.h
@@ -327,8 +327,6 @@
#define LCD_BPP LCD_MONOCHROME
/* #define CONFIG_SPLASH_SCREEN_ALIGN 1 */
- #define CONFIG_MXC_EPDC 1
-
#define CONFIG_WORKING_BUF_ADDR (TEXT_BASE + 0x100000)
#define CONFIG_WAVEFORM_BUF_ADDR (TEXT_BASE + 0x200000)
#define CONFIG_WAVEFORM_FILE_OFFSET 0x600000