mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	This converts the following to Kconfig: CONFIG_STANDALONE_LOAD_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # (C) Copyright 2004
 | |
| # Psyent Corporation <www.psyent.com>
 | |
| # Scott McNutt <smcnutt@psyent.com>
 | |
| 
 | |
| PLATFORM_CPPFLAGS += -D__NIOS2__
 | |
| PLATFORM_CPPFLAGS += -G0
 | |
| 
 | |
| LDFLAGS_FINAL += --gc-sections
 | |
| PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
 |