mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	Clean up the config header file by removing some now irrelevant code / comments. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			368 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			368 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * (C) Copyright 2010
 | 
						|
 * Texas Instruments Incorporated.
 | 
						|
 * Steve Sakoman  <steve@sakoman.com>
 | 
						|
 *
 | 
						|
 * Configuration settings for the TI OMAP4 Panda board.
 | 
						|
 * See ti_omap4_common.h for OMAP4 common part
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __CONFIG_PANDA_H
 | 
						|
#define __CONFIG_PANDA_H
 | 
						|
 | 
						|
#include <configs/ti_omap4_common.h>
 | 
						|
 | 
						|
#endif /* __CONFIG_PANDA_H */
 |