Re: [U-Boot] [PATCH v2 1/2] armv8: mmu: remove unused macro definition

2017-08-31 Thread York Sun
On 08/17/2017 12:55 AM, Andy Yan wrote: > Macro VA_BITS and PTE_BLOCK_BITS are not used > in the code, so remove them. > > Signed-off-by: Andy Yan > Reviewed-by: Philipp Tomsich > > --- > > Changes in v2: > - remove CONFIG_SYS_PTL2_BITS from the whitelist > > arch/arm/include/asm/armv8/mmu.

Re: [U-Boot] [PATCH v2 1/2] armv8: mmu: remove unused macro definition

2017-08-31 Thread Andy Yan
ping On 2017年08月17日 15:55, Andy Yan wrote: Macro VA_BITS and PTE_BLOCK_BITS are not used in the code, so remove them. Signed-off-by: Andy Yan Reviewed-by: Philipp Tomsich --- Changes in v2: - remove CONFIG_SYS_PTL2_BITS from the whitelist arch/arm/include/asm/armv8/mmu.h | 9 -

[U-Boot] [PATCH v2 1/2] armv8: mmu: remove unused macro definition

2017-08-17 Thread Andy Yan
Macro VA_BITS and PTE_BLOCK_BITS are not used in the code, so remove them. Signed-off-by: Andy Yan Reviewed-by: Philipp Tomsich --- Changes in v2: - remove CONFIG_SYS_PTL2_BITS from the whitelist arch/arm/include/asm/armv8/mmu.h | 9 - scripts/config_whitelist.txt | 2 -- 2 files