]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: x530: Remove dead comments
authorChris Packham <judge.packham@gmail.com>
Fri, 22 Nov 2024 00:30:19 +0000 (13:30 +1300)
committerStefan Roese <sr@denx.de>
Tue, 26 Nov 2024 12:20:03 +0000 (13:20 +0100)
As things have been moved to Kconfig there are a number of dead comments
left over in x530.h. Remove them.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
include/configs/x530.h

index 982b1292873400827a81ef902c190517a71a1c12..c7bfd1de17c5fffba5a455e38648b402f745e1f3 100644 (file)
 #define CFG_SYS_NS16550_COM1           MV_UART_CONSOLE_BASE
 #endif
 
-/*
- * Serial Port configuration
- * The following definitions let you select what serial you want to use
- * for your console driver.
- */
-
 /* NAND */
 
 #define BBT_CUSTOM_SCAN
 #define BBT_CUSTOM_SCAN_PAGE 0
 #define BBT_CUSTOM_SCAN_POSITION 2048
 
-/* SPI NOR flash default params, used by sf commands */
-
 #define MTDPARTS_MTDOOPS               "errlog"
 
-/* Partition support */
-
-/* Additional FS support/configuration */
-
-/* Environment in SPI NOR flash */
-
-/* NAND */
-
 #include <asm/arch/config.h>
 
 /* Keep device tree and initrd in low memory so the kernel can access them */