mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm: renesas: configs: Drop deprecated comments
Remove various deprecated code comments, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -29,8 +29,4 @@
|
||||
#define CFG_SYS_FLASH_BANKS_SIZES { (CFG_SYS_FLASH_SIZE) }
|
||||
#endif
|
||||
|
||||
/* Board Clock */
|
||||
|
||||
/* ENV setting */
|
||||
|
||||
#endif /* __BLANCHE_H */
|
||||
|
||||
@@ -11,9 +11,4 @@
|
||||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* Environment compatibility */
|
||||
|
||||
/* Board Clock */
|
||||
/* XTAL_CLK : 33.33MHz */
|
||||
|
||||
#endif /* __CONDOR_H */
|
||||
|
||||
@@ -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" */
|
||||
|
||||
@@ -11,7 +11,4 @@
|
||||
|
||||
#include "rcar-gen4-common.h"
|
||||
|
||||
/* Board Clock */
|
||||
/* XTAL_CLK : 16.66MHz */
|
||||
|
||||
#endif /* __FALCON_H */
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -19,11 +19,7 @@
|
||||
#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 */
|
||||
|
||||
@@ -20,11 +20,7 @@
|
||||
#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 */
|
||||
|
||||
@@ -21,11 +21,7 @@
|
||||
#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 */
|
||||
|
||||
@@ -21,11 +21,7 @@
|
||||
#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 */
|
||||
|
||||
@@ -25,11 +25,7 @@
|
||||
/* SCIF */
|
||||
#define CFG_SCIF_A
|
||||
|
||||
/* Board Clock */
|
||||
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
"bootm_size=0x10000000\0"
|
||||
|
||||
/* SPL support */
|
||||
|
||||
#endif /* __STOUT_H */
|
||||
|
||||
@@ -12,9 +12,4 @@
|
||||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* Environment compatibility */
|
||||
|
||||
/* Board Clock */
|
||||
/* XTAL_CLK : 33.33MHz */
|
||||
|
||||
#endif /* __V3HSK_H */
|
||||
|
||||
Reference in New Issue
Block a user