|  | @@ -2,13 +2,13 @@
 | 
		
	
		
			
			| 2 | 2 |   * This file defines the configuration for Etherboot.
 | 
		
	
		
			
			| 3 | 3 |   *
 | 
		
	
		
			
			| 4 | 4 |   * The build system splits this file into several individual header
 | 
		
	
		
			
			| 5 |  | - * files, so that changing one option doesn't necessitate a rebuild of
 | 
		
	
		
			
			| 6 |  | - * every single object.  For this reason, it is important to maintain
 | 
		
	
		
			
			| 7 |  | - * the strict formatting in this file.
 | 
		
	
		
			
			|  | 5 | + * files of the form config/%.h, so that changing one option doesn't
 | 
		
	
		
			
			|  | 6 | + * necessitate a rebuild of every single object.  For this reason, it
 | 
		
	
		
			
			|  | 7 | + * is important to maintain the strict formatting in this file.
 | 
		
	
		
			
			| 8 | 8 |   *
 | 
		
	
		
			
			| 9 | 9 |   */
 | 
		
	
		
			
			| 10 | 10 |  
 | 
		
	
		
			
			| 11 |  | -/* BEGIN config_serial.h
 | 
		
	
		
			
			|  | 11 | +/* @BEGIN serial.h
 | 
		
	
		
			
			| 12 | 12 |   *
 | 
		
	
		
			
			| 13 | 13 |   * Serial port configuration
 | 
		
	
		
			
			| 14 | 14 |   *
 | 
		
	
	
		
			
			|  | @@ -32,5 +32,4 @@
 | 
		
	
		
			
			| 32 | 32 |  #define COMSTOP		1		/* Stop bits */
 | 
		
	
		
			
			| 33 | 33 |  #endif
 | 
		
	
		
			
			| 34 | 34 |  
 | 
		
	
		
			
			| 35 |  | -/* END config_serial.h */
 | 
		
	
		
			
			| 36 |  | -
 | 
		
	
		
			
			|  | 35 | +/* @END serial.h */
 |