mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	apalis_imx6: move console in env from header file to defconfig
Move console in env from header file to defconfig. While at it also update copyright year and remove spurious comments and new lines. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
		
							parent
							
								
									a02844b7e7
								
							
						
					
					
						commit
						3858aac41d
					
				@ -14,6 +14,7 @@ CONFIG_NR_DRAM_BANKS=1
 | 
				
			|||||||
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6Q"
 | 
					CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6Q"
 | 
				
			||||||
CONFIG_BOOTDELAY=1
 | 
					CONFIG_BOOTDELAY=1
 | 
				
			||||||
# CONFIG_CONSOLE_MUX is not set
 | 
					# CONFIG_CONSOLE_MUX is not set
 | 
				
			||||||
 | 
					CONFIG_SYS_CONSOLE_IS_IN_ENV=y
 | 
				
			||||||
CONFIG_MISC_INIT_R=y
 | 
					CONFIG_MISC_INIT_R=y
 | 
				
			||||||
CONFIG_VERSION_VARIABLE=y
 | 
					CONFIG_VERSION_VARIABLE=y
 | 
				
			||||||
# CONFIG_DISPLAY_BOARDINFO is not set
 | 
					# CONFIG_DISPLAY_BOARDINFO is not set
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
					/* SPDX-License-Identifier: GPL-2.0+ */
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright 2013-2015 Toradex, Inc.
 | 
					 * Copyright 2013-2019 Toradex, Inc.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Configuration settings for the Toradex Apalis iMX6
 | 
					 * Configuration settings for the Toradex Apalis iMX6
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@ -86,7 +86,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Framebuffer and LCD */
 | 
					/* Framebuffer and LCD */
 | 
				
			||||||
#define CONFIG_VIDEO_IPUV3
 | 
					#define CONFIG_VIDEO_IPUV3
 | 
				
			||||||
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
 | 
					 | 
				
			||||||
#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
 | 
					#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
 | 
				
			||||||
#define CONFIG_VIDEO_BMP_RLE8
 | 
					#define CONFIG_VIDEO_BMP_RLE8
 | 
				
			||||||
#define CONFIG_SPLASH_SCREEN
 | 
					#define CONFIG_SPLASH_SCREEN
 | 
				
			||||||
@ -255,7 +254,6 @@
 | 
				
			|||||||
	(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
 | 
						(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* environment organization */
 | 
					/* environment organization */
 | 
				
			||||||
 | 
					 | 
				
			||||||
#define CONFIG_ENV_SIZE			(8 * 1024)
 | 
					#define CONFIG_ENV_SIZE			(8 * 1024)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(CONFIG_ENV_IS_IN_MMC)
 | 
					#if defined(CONFIG_ENV_IS_IN_MMC)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user