diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-08-17 15:55:01 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-12 18:00:08 -0400 |
commit | 4f84cb980fdc25d7735fe114021b4a84ea601b9f (patch) | |
tree | 1e176801633586ef0aa0601a77e959fce37a8d5b /scripts | |
parent | bac9170fb269eba370e5014d3990c07a083dc508 (diff) | |
download | u-boot-4f84cb980fdc25d7735fe114021b4a84ea601b9f.tar.gz |
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 <andy.yan@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 94fa9a86e1..a8178d1c19 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4418,7 +4418,6 @@ CONFIG_SYS_PSDPAR CONFIG_SYS_PSSR_VAL CONFIG_SYS_PTCPAR CONFIG_SYS_PTDPAR -CONFIG_SYS_PTL2_BITS CONFIG_SYS_PTV CONFIG_SYS_PUAPAR CONFIG_SYS_QE_FMAN_FW_IN_MMC @@ -4793,7 +4792,6 @@ CONFIG_SYS_USE_SERIALFLASH CONFIG_SYS_USE_SPIFLASH CONFIG_SYS_USR_EXCEP CONFIG_SYS_U_BOOT_OFFS -CONFIG_SYS_VA_BITS CONFIG_SYS_VCXK_ACKNOWLEDGE_DDR CONFIG_SYS_VCXK_ACKNOWLEDGE_PIN CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT |