powerpc/mpc85xx: Move LAW_EN define outside of config
LAW_EN is only defined if CONFIG_SYS_CCSRBAR_DEFAULT is not equal to CONFIG_SYS_CCSRBAR_PHYS. in SPL framework CCSRBAR is not relocated hence both are same. This cause compilation error. So LAW_EN define outside of configs Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
		
							parent
							
								
									099b86b7e7
								
							
						
					
					
						commit
						b26df185c3
					
				|  | @ -26,6 +26,8 @@ | ||||||
| #undef	MSR_KERNEL | #undef	MSR_KERNEL | ||||||
| #define MSR_KERNEL ( MSR_ME )	/* Machine Check */ | #define MSR_KERNEL ( MSR_ME )	/* Machine Check */ | ||||||
| 
 | 
 | ||||||
|  | #define LAW_EN		0x80000000 | ||||||
|  | 
 | ||||||
| #if defined(CONFIG_NAND_SPL) || \ | #if defined(CONFIG_NAND_SPL) || \ | ||||||
| 	(defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_INIT_MINIMAL)) | 	(defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_INIT_MINIMAL)) | ||||||
| #define MINIMAL_SPL | #define MINIMAL_SPL | ||||||
|  | @ -577,7 +579,6 @@ infinite_debug_loop: | ||||||
| #ifdef CONFIG_FSL_CORENET | #ifdef CONFIG_FSL_CORENET | ||||||
| 
 | 
 | ||||||
| #define CCSR_LAWBARH0	(CONFIG_SYS_CCSRBAR + 0x1000) | #define CCSR_LAWBARH0	(CONFIG_SYS_CCSRBAR + 0x1000) | ||||||
| #define LAW_EN		0x80000000 |  | ||||||
| #define LAW_SIZE_4K	0xb | #define LAW_SIZE_4K	0xb | ||||||
| #define CCSRBAR_LAWAR	(LAW_EN | (0x1e << 20) | LAW_SIZE_4K) | #define CCSRBAR_LAWAR	(LAW_EN | (0x1e << 20) | LAW_SIZE_4K) | ||||||
| #define CCSRAR_C	0x80000000	/* Commit */ | #define CCSRAR_C	0x80000000	/* Commit */ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue