mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00: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
 |