diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-23 21:29:59 -0700 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2019-07-25 09:14:58 +0530 |
commit | 85546a5477d470ab84922b3bc28debe127a47f05 (patch) | |
tree | 3e0827c775fc3b302832e6ccbc4843cf1cb8a0a0 /platform/kendryte | |
parent | c90009aa2087eb690e6cb6e7d6d73e3c63de87c3 (diff) |
treewide: Use conventional names for 32-bit and 64-bit
There are several places in the source tree that have:
32bit, 32 bit, 64bit, 64 bit
Fix by using the conventional names with a hyphen.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Acked-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'platform/kendryte')
-rw-r--r-- | platform/kendryte/k210/platform.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/kendryte/k210/platform.h b/platform/kendryte/k210/platform.h index 8694ea8..492848b 100644 --- a/platform/kendryte/k210/platform.h +++ b/platform/kendryte/k210/platform.h @@ -37,7 +37,7 @@ /* Under TileLink */ #define GPIOHS_BASE_ADDR (0x38001000U) -/* Under AXI 64 bit */ +/* Under AXI 64-bit */ #define RAM_BASE_ADDR (0x80000000U) #define RAM_SIZE (6 * 1024 * 1024U) @@ -59,10 +59,10 @@ #define ROM_BASE_ADDR (0x88000000U) #define ROM_SIZE (128 * 1024U) -/* Under AHB 32 bit */ +/* Under AHB 32-bit */ #define DMAC_BASE_ADDR (0x50000000U) -/* Under APB1 32 bit */ +/* Under APB1 32-bit */ #define GPIO_BASE_ADDR (0x50200000U) #define UART1_BASE_ADDR (0x50210000U) #define UART2_BASE_ADDR (0x50220000U) @@ -80,7 +80,7 @@ #define TIMER1_BASE_ADDR (0x502E0000U) #define TIMER2_BASE_ADDR (0x502F0000U) -/* Under APB2 32 bit */ +/* Under APB2 32-bit */ #define WDT0_BASE_ADDR (0x50400000U) #define WDT1_BASE_ADDR (0x50410000U) #define OTP_BASE_ADDR (0x50420000U) @@ -89,7 +89,7 @@ #define AES_BASE_ADDR (0x50450000U) #define RTC_BASE_ADDR (0x50460000U) -/* Under APB3 32 bit */ +/* Under APB3 32-bit */ #define SPI0_BASE_ADDR (0x52000000U) #define SPI1_BASE_ADDR (0x53000000U) #define SPI3_BASE_ADDR (0x54000000U) |