ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVM
With the removal of da850_am18xxevm, there is at least one whitelisted CONFIG option that can be deleted. This patch removes CONFIG_DA850_AM18X_EVM since it's not required any more Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
		
							parent
							
								
									2fd156b307
								
							
						
					
					
						commit
						3380d1c131
					
				|  | @ -300,9 +300,6 @@ u32 get_board_rev(void) | ||||||
| 		rev = 2; | 		rev = 2; | ||||||
| 	else if (maxcpuclk >= 372000000) | 	else if (maxcpuclk >= 372000000) | ||||||
| 		rev = 1; | 		rev = 1; | ||||||
| #ifdef CONFIG_DA850_AM18X_EVM |  | ||||||
| 	rev |= REV_AM18X_EVM; |  | ||||||
| #endif |  | ||||||
| 	return rev; | 	return rev; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -280,7 +280,6 @@ CONFIG_CTL_JTAG | ||||||
| CONFIG_CTL_TBE | CONFIG_CTL_TBE | ||||||
| CONFIG_CUSTOMER_BOARD_SUPPORT | CONFIG_CUSTOMER_BOARD_SUPPORT | ||||||
| CONFIG_D2NET_V2 | CONFIG_D2NET_V2 | ||||||
| CONFIG_DA850_AM18X_EVM |  | ||||||
| CONFIG_DA850_EVM_MAX_CPU_CLK | CONFIG_DA850_EVM_MAX_CPU_CLK | ||||||
| CONFIG_DBGU | CONFIG_DBGU | ||||||
| CONFIG_DB_784MP_GP | CONFIG_DB_784MP_GP | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue