rockchip: Fix typo for TF content text
authorKever Yang <kever.yang@rock-chips.com>
Fri, 20 Sep 2019 00:40:54 +0000 (08:40 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 20 Sep 2019 00:42:32 +0000 (08:42 +0800)
The 'txet' should be 'text'.

Change-Id: I2217a1adf50c3b86f3087b83c77d9291b280627c
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
plat/rockchip/px30/include/platform_def.h
plat/rockchip/rk3288/include/shared/bl32_param.h
plat/rockchip/rk3328/include/platform_def.h
plat/rockchip/rk3368/include/platform_def.h

index c101cdc8117740da780a5c9765176d12d60091f5..8e70a7031d0f8b3975815fc8a608f5c2e83d0bff 100644 (file)
@@ -69,7 +69,7 @@
 /*******************************************************************************
  * Platform memory map related constants
  ******************************************************************************/
-/* TF txet, ro, rw, Size: 512KB */
+/* TF text, ro, rw, Size: 512KB */
 #define TZRAM_BASE             (0x0)
 #define TZRAM_SIZE             (0x80000)
 
index 743dad41b74ff681b0237f55c5e98a9d0c6244d5..950e41d66a86a258d8a1d9ab89126db38744ea36 100644 (file)
@@ -10,7 +10,7 @@
 /*******************************************************************************
  * Platform memory map related constants
  ******************************************************************************/
-/* TF txet, ro, rw, Size: 2MB */
+/* TF text, ro, rw, Size: 2MB */
 #define TZRAM_BASE             (0x0)
 #define TZRAM_SIZE             (0x200000)
 
index 3104d9fcbfae18bcf6bd8135ab7d33ca924eb7fa..1120fb84c248828beedf4619d91242a7c8121988 100644 (file)
@@ -66,7 +66,7 @@
 /*******************************************************************************
  * Platform memory map related constants
  ******************************************************************************/
-/* TF txet, ro, rw, Size: 512KB */
+/* TF text, ro, rw, Size: 512KB */
 #define TZRAM_BASE             (0x0)
 #define TZRAM_SIZE             (0x80000)
 
index 7b3cc6eba9e43daeeb79a556ece13eeb30614348..6c2cffa8c58a208a6ecc2a98977f162cd978a4c3 100644 (file)
@@ -67,7 +67,7 @@
 /*******************************************************************************
  * Platform memory map related constants
  ******************************************************************************/
-/* TF txet, ro, rw, Size: 512KB */
+/* TF text, ro, rw, Size: 512KB */
 #define TZRAM_BASE             (0x0)
 #define TZRAM_SIZE             (0x80000)