Skip to content

Commit

Permalink
plat-rz: convert spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
takunoriotsuka committed Sep 11, 2024
1 parent bfec326 commit 8667ea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions core/arch/arm/plat-rz/g3s/rzg3s_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define SPI_FLASH_BASE 0x20000000U
#define SPI_FLASH_SIZE 0x10000000
#define SPI_SECTOR_SIZE 0x10000
#define SPI_SECTOR_SIZE 0x10000

#define XSPI_BASE 0x10060000U
#define XSPI_REG_SIZE 0x30000
Expand All @@ -34,14 +34,14 @@

#if defined(PLATFORM_FLAVOR_g3s_dev14_1)
/* DDR 1Gbyte x1 */
#define NSEC_DDR_0_BASE 0x47E00000U
#define NSEC_DDR_0_SIZE 0x38200000
#define NSEC_DDR_0_BASE 0x47E00000U
#define NSEC_DDR_0_SIZE 0x38200000
#elif defined(PLATFORM_FLAVOR_g3s_smarc_2)
/* DDR 1Gbyte x2 */
#define NSEC_DDR_0_BASE 0x47E00000U
#define NSEC_DDR_0_SIZE 0x38200000
#define NSEC_DDR_1_BASE 0xC0000000U
#define NSEC_DDR_1_SIZE 0x40000000
#define NSEC_DDR_0_BASE 0x47E00000U
#define NSEC_DDR_0_SIZE 0x38200000
#define NSEC_DDR_1_BASE 0xC0000000U
#define NSEC_DDR_1_SIZE 0x40000000
#else
#error "Unknown platform flavor"
#endif
Expand Down
2 changes: 1 addition & 1 deletion core/arch/arm/plat-rz/v2h/rzv2h_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define SPI_FLASH_BASE 0x20000000U
#define SPI_FLASH_SIZE 0x10000000
#define SPI_SECTOR_SIZE 0x10000
#define SPI_SECTOR_SIZE 0x10000

#define XSPI_BASE 0x11030000U
#define XSPI_REG_SIZE 0x10000
Expand Down

0 comments on commit 8667ea4

Please sign in to comment.