mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
3df45ded67
commit
0047a4d1a0
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue