Masahiro Yamada 
		41598c8251 
		
	 
	
	
	autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c ... 
			Since commit bb597c0eeb7e ("common: bootdelay: move CONFIG_BOOTDELAY
into a Kconfig option"), CONFIG_BOOTDELAY is defined for all boards.
Prior to that commit, it was allowed to unset CONFIG_BOOTDELAY to
not compile common/autoboot.c, as described in common/Makefile:
  # This option is not just y/n - it can have a numeric value
  ifdef CONFIG_BOOTDELAY
  obj-y += autoboot.o
  endif
It was a bit odd to enable/disable code with an integer type option,
but it was how this option worked before that commit, and several
boards actually unset it to opt out of the autoboot feature.
This commit adds a new bool option, CONFIG_AUTOBOOT, and makes
CONFIG_BOOTDELAY depend on it.
I chose "default y" for this option because most boards use the
autoboot.  I added "# CONFIG_AUTOBOOT is not set" for the boards that
had not set CONFIG_BOOTDELAY prior to the bad commit.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> 
		
	 
		2016-06-20 05:19:09 -04:00 
	 
	
	
		 
	
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-21 01:36:23 +02:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-04-11 12:44:38 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-06-06 13:39:16 -04:00 
		 
	
		
			
			
			
			
			
			2016-02-06 12:00:59 +01:00 
		 
	
		
			
			
			
			
			
			2016-06-03 20:27:48 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-22 12:16:08 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-17 10:27:22 +08:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-02-24 19:12:32 +01:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-27 10:01:06 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:59 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-20 20:42:57 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-28 18:42:10 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-05-02 18:37:09 -04:00 
		 
	
		
			
			
			
			
			
			2016-05-05 21:39:26 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-27 15:55:54 +01:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-04-18 17:11:36 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-17 21:27:37 -06:00 
		 
	
		
			
			
			
			
			
			2016-06-12 13:14:57 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-04-01 17:17:40 -04:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-02-22 16:21:12 +01:00 
		 
	
		
			
			
			
			
			
			2016-05-17 09:54:43 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-27 10:01:07 -04:00 
		 
	
		
			
			
			
			
			
			2016-06-03 20:27:48 -05:00 
		 
	
		
			
			
			
			
			
			2016-06-20 05:19:09 -04:00 
		 
	
		
			
			
			
			
			
			2016-02-06 12:00:59 +01:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-22 12:16:13 -04:00 
		 
	
		
			
			
			
			
			
			2016-02-08 10:22:44 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-23 15:18:00 +08:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-02-24 18:44:14 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-05-26 20:50:29 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-05 21:39:26 -04:00 
		 
	
		
			
			
			
			
			
			2016-06-19 19:25:12 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-04-18 12:29:14 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-28 21:01:23 -07:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-02-06 12:00:59 +01:00 
		 
	
		
			
			
			
			
			
			2016-05-23 15:18:00 +08:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-05-17 09:54:43 -06:00 
		 
	
		
			
			
			
			
			
			2016-05-17 09:54:43 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-27 09:12:55 -04:00 
		 
	
		
			
			
			
			
			
			2016-02-06 12:00:59 +01:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-02-26 08:53:10 -07:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-06-09 13:53:11 -04:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-04-20 13:21:24 -04:00 
		 
	
		
			
			
			
			
			
			2016-06-18 00:48:31 +02:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00 
		 
	
		
			
			
			
			
			
			2016-03-14 15:34:50 -06:00 
		 
	
		
			
			
			
			
			
			2016-01-25 10:39:43 -05:00