diff options
| author | York Sun <york.sun@nxp.com> | 2017-03-27 11:41:01 -0700 | 
|---|---|---|
| committer | York Sun <york.sun@nxp.com> | 2017-04-17 09:03:30 -0700 | 
| commit | 4a3ab193222d495ad55b3902fde2654489ad767b (patch) | |
| tree | e27714fadc6374628fed5f0e2b62ef08566e99ad /arch/arm/include/asm/arch-fsl-layerscape/config.h | |
| parent | 511fc86d0b1b603532056c663c22b91056908755 (diff) | |
armv8: ls2080a: Drop macro CONFIG_LS2080A
Use CONFIG_ARCH_LS2080A instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-fsl-layerscape/config.h')
| -rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 4db11b646e0..fb18440996a 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -18,7 +18,7 @@   */  #define CONFIG_SYS_MEM_RESERVE_SECURE	(2048 * 1024)	/* 2MB */ -#ifdef CONFIG_LS2080A +#ifdef CONFIG_ARCH_LS2080A  #define CONFIG_SYS_FSL_CLUSTER_CLOCKS		{ 1, 1, 4, 4 }  #define	SRDS_MAX_LANES	8  #define CONFIG_SYS_PAGE_SIZE		0x10000 | 
