summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-06-09 22:54:37 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 20:14:50 +0200
commit0047a4d1a0e1413ec0ed6de33862d10e09947012 (patch)
tree38a0a2450d1e6b7e25649dd6074c4d93e492eb93 /include/configs
parent3df45ded67aa0cdbf205049ab9406bd26f36363e (diff)
downloadu-boot-0047a4d1a0e1413ec0ed6de33862d10e09947012.tar.gz
u-boot-0047a4d1a0e1413ec0ed6de33862d10e09947012.tar.xz
u-boot-0047a4d1a0e1413ec0ed6de33862d10e09947012.zip
cosmetic: display5: Remove not needed comments
Some comments are not needed anymore after Kconfig automated conversion. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/display5.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/display5.h b/include/configs/display5.h
index 8829cbad91..1d3334ff12 100644
--- a/include/configs/display5.h
+++ b/include/configs/display5.h
@@ -55,11 +55,8 @@
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (16 * 1024 * 1024)
-/*#define CONFIG_MXC_UART*/
#define CONFIG_MXC_UART_BASE UART5_BASE
-/* SPI NOR Flash */
-
/* I2C Configs */
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_MXC
@@ -358,8 +355,6 @@
#define CONFIG_SYS_INIT_SP_ADDR \
(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
-/* Commands */
-
/* Watchdog */
#define CONFIG_WATCHDOG_TIMEOUT_MSECS 15000