arm: renesas: configs: Drop deprecated comments
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 30 Jun 2025 18:51:17 +0000 (20:51 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 10 Jul 2025 17:26:56 +0000 (19:26 +0200)
Remove various deprecated code comments, no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
13 files changed:
include/configs/alt.h
include/configs/blanche.h
include/configs/condor.h
include/configs/ebisu.h
include/configs/falcon.h
include/configs/gose.h
include/configs/grpeach.h
include/configs/koelsch.h
include/configs/lager.h
include/configs/porter.h
include/configs/silk.h
include/configs/stout.h
include/configs/v3hsk.h

index dfce0b3..4c5d2de 100644 (file)
@@ -20,8 +20,6 @@
 #define RCAR_GEN2_SDRAM_SIZE           (1024u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"       \
        "usb_pgood_delay=2000\0"
index d4e0f67..46521aa 100644 (file)
@@ -29,8 +29,4 @@
 #define CFG_SYS_FLASH_BANKS_SIZES      { (CFG_SYS_FLASH_SIZE) }
 #endif
 
-/* Board Clock */
-
-/* ENV setting */
-
 #endif /* __BLANCHE_H */
index 0fb790f..b340800 100644 (file)
@@ -11,9 +11,4 @@
 
 #include "rcar-gen3-common.h"
 
-/* Environment compatibility */
-
-/* Board Clock */
-/* XTAL_CLK : 33.33MHz */
-
 #endif /* __CONDOR_H */
index ad59442..707e7c2 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef __EBISU_H
 #define __EBISU_H
 
-#undef DEBUG
-
 #include "rcar-gen3-common.h"
 
 /* Environment in eMMC, at the end of 2nd "boot sector" */
index 0b62ff9..e1cace7 100644 (file)
@@ -11,7 +11,4 @@
 
 #include "rcar-gen4-common.h"
 
-/* Board Clock */
-/* XTAL_CLK : 16.66MHz */
-
 #endif /* __FALCON_H */
index abd13df..4a5954a 100644 (file)
@@ -19,8 +19,6 @@
 #define RCAR_GEN2_SDRAM_SIZE           (1048u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512u * 1024 * 1024)
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
index 1961b44..e4564b6 100644 (file)
@@ -8,10 +8,6 @@
 #ifndef __GRPEACH_H
 #define __GRPEACH_H
 
-/* Board Clock , P1 clock frequency (XTAL=13.33MHz) */
-
-/* Miscellaneous */
-
 /* Internal RAM Size (RZ/A1=3M, RZ/A1M=5M, RZ/A1H=10M) */
 #define CFG_SYS_SDRAM_BASE             0x20000000
 #define CFG_SYS_SDRAM_SIZE             (10 * 1024 * 1024)
index 16c9e09..c2713b7 100644 (file)
 #define RCAR_GEN2_SDRAM_SIZE           (2048u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-
 #endif /* __KOELSCH_H */
index fbdc125..13f327f 100644 (file)
 #define RCAR_GEN2_SDRAM_SIZE           (2048u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-
 #endif /* __LAGER_H */
index c74ae3a..4612845 100644 (file)
 #define RCAR_GEN2_SDRAM_SIZE           (2048u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (1024u * 1024 * 1024)
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-
 #endif /* __PORTER_H */
index bb59e94..09ef2a8 100644 (file)
 #define RCAR_GEN2_SDRAM_SIZE           (1024u * 1024 * 1024)
 #define RCAR_GEN2_UBOOT_SDRAM_SIZE     (512 * 1024 * 1024)
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-
 #endif /* __SILK_H */
index dbb5c63..f98ebb3 100644 (file)
 /* SCIF */
 #define CFG_SCIF_A
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-
 #endif /* __STOUT_H */
index 83e5998..3298e62 100644 (file)
@@ -12,9 +12,4 @@
 
 #include "rcar-gen3-common.h"
 
-/* Environment compatibility */
-
-/* Board Clock */
-/* XTAL_CLK : 33.33MHz */
-
 #endif /* __V3HSK_H */