mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	This patch adds new config option which is used for reserving a specific memory for MMU Table and in this case we are using TCM for that purpose. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # (C) Copyright 2016 - 2018 Xilinx, Inc.
 | |
| # Michal Simek <michal.simek@xilinx.com>
 | |
| #
 | |
| 
 | |
| obj-y	+= clk.o
 | |
| obj-y	+= cpu.o
 | |
| obj-$(CONFIG_SYS_MEM_RSVD_FOR_MMU)	+= mp.o
 |