]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 dfce0b3f4c8dfaf47a4ec39e8a19c1711530c5aa..4c5d2de2bdf2267441401a72ef5cccb8b3617084 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 d4e0f677e67b379a663bdb662c09f05dec140308..46521aa16bfa781fd71846d07cc132f1eaee0afc 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 0fb790f24134d301d5fc14be558a2b320b1d44f4..b340800cc112bd33b1c6e159694753f2a840d1f6 100644 (file)
@@ -11,9 +11,4 @@
 
 #include "rcar-gen3-common.h"
 
-/* Environment compatibility */
-
-/* Board Clock */
-/* XTAL_CLK : 33.33MHz */
-
 #endif /* __CONDOR_H */
index ad5944230a6c710bb938f5ba541ad8dfc82abcba..707e7c28d5513529759a8fc604618da84ce451f1 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 0b62ff9fbe1817317a745739abebcacec15b0d31..e1cace73550c84f0a709d315e900f6b42af3f9ac 100644 (file)
@@ -11,7 +11,4 @@
 
 #include "rcar-gen4-common.h"
 
-/* Board Clock */
-/* XTAL_CLK : 16.66MHz */
-
 #endif /* __FALCON_H */
index abd13df964d48989b621bb05cae0fdf708a4c945..4a5954af76f071a49cb9b09ae55ca35c70f3d6f5 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 1961b4416dd90c2d734b996b4bfea997f4f9a882..e4564b67a799d8cdf6fcbc7174c487cd692c9baa 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 16c9e09a17f63064790e982100983b9e3164a7bc..c2713b77e0a7a2c0cc307374571ba55e05b1bab6 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 fbdc125d67bc454663c8100d59c846bb5cd6cc4f..13f327fabf2fc0790891885de792fe70cbca92ce 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 c74ae3a42d9c17be7388b95f4b1fa7d1c655855e..4612845db19227c0dd68555a7f3f7974bb5aabbb 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 bb59e94dc4723e6e3f5d90e84a57018f8b895d3f..09ef2a848bd45f2e0a52169c647b99be069c2ecb 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 dbb5c63172d7f31348b5ac5519d3a29d18ea6dda..f98ebb324f3d2c9537a03c0b450a205b5f4976d9 100644 (file)
 /* SCIF */
 #define CFG_SCIF_A
 
-/* Board Clock */
-
 #define CFG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-
 #endif /* __STOUT_H */
index 83e5998e7ae528ca1198f03aef48b02f20ae8578..3298e627e53337d962ee1d85919401fe9e3f063a 100644 (file)
@@ -12,9 +12,4 @@
 
 #include "rcar-gen3-common.h"
 
-/* Environment compatibility */
-
-/* Board Clock */
-/* XTAL_CLK : 33.33MHz */
-
 #endif /* __V3HSK_H */