summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndy Yan <[email protected]>2017-08-17 15:55:01 +0800
committerTom Rini <[email protected]>2017-09-12 18:00:08 -0400
commit4f84cb980fdc25d7735fe114021b4a84ea601b9f (patch)
tree1e176801633586ef0aa0601a77e959fce37a8d5b /arch
parentbac9170fb269eba370e5014d3990c07a083dc508 (diff)
armv8: mmu: remove unused macro definition
Macro VA_BITS and PTE_BLOCK_BITS are not used in the code, so remove them. Signed-off-by: Andy Yan <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]> Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/armv8/mmu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/include/asm/armv8/mmu.h b/arch/arm/include/asm/armv8/mmu.h
index a34990368e4..77527410282 100644
--- a/arch/arm/include/asm/armv8/mmu.h
+++ b/arch/arm/include/asm/armv8/mmu.h
@@ -8,15 +8,6 @@
#ifndef _ASM_ARMV8_MMU_H_
#define _ASM_ARMV8_MMU_H_
-/***************************************************************/
-/*
- * The following definitions are related each other, shoud be
- * calculated specifically.
- */
-
-#define VA_BITS CONFIG_SYS_VA_BITS
-#define PTE_BLOCK_BITS CONFIG_SYS_PTL2_BITS
-
/*
* block/section address mask and size definitions.
*/