mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
As the help message of CONFIG_BOOTDELAY says, CONFIG_BOOTDELAY=-2 means the autoboot with no delay, with no abort check even if CONFIG_ZERO_BOOTDELAY_CHECK is defined. To sum up, the autoboot behaves as follows: [1] CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=y autoboot with no delay, but you can abort it by key input [2] CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=n autoboot with no delay, with no check for abort [3] CONFIG_BOOTDELAY=-1 disable autoboot [4] CONFIG_BOOTDELAY=-2 autoboot with no delay, with no check for abort As you notice, [2] and [4] come to the same result, which means we do not need CONFIG_ZERO_BOOTDELAY_CHECK. We can control all the cases only by CONFIG_BOOTDELAY, like this: [1] CONFIG_BOOTDELAY=0 autoboot with no delay, but you can abort it by key input [2] CONFIG_BOOTDELAY=-1 disable autoboot [3] CONFIG_BOOTDELAY=-2 autoboot with no delay, with no check for abort This commit converts the logic as follow: CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=n --> CONFIG_BOOTDELAY=-2 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Stefan Roese <sr@denx.de> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Heiko Schocher <hs@denx.de> Acked-by: Christian Riesch <christian.riesch@omicronenergy.com> Acked-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
This commit is contained in:
parent
9060970f4d
commit
2fbb8462b0
57 changed files with 11 additions and 93 deletions
|
@ -164,9 +164,9 @@ config BOOTDELAY
|
|||
depends on AUTOBOOT
|
||||
help
|
||||
Delay before automatically running bootcmd;
|
||||
set to 0 to autoboot with no delay, but you can stop it by key input.
|
||||
set to -1 to disable autoboot.
|
||||
set to -2 to autoboot with no delay and not check for abort
|
||||
(even when CONFIG_ZERO_BOOTDELAY_CHECK is defined).
|
||||
|
||||
See doc/README.autoboot for details.
|
||||
|
||||
|
|
|
@ -187,10 +187,8 @@ static int abortboot_keyed(int bootdelay)
|
|||
int abort;
|
||||
uint64_t etime = endtick(bootdelay);
|
||||
|
||||
#ifndef CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
if (bootdelay == 0)
|
||||
if (bootdelay < 0)
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
# ifdef CONFIG_AUTOBOOT_PROMPT
|
||||
/*
|
||||
|
@ -230,7 +228,6 @@ static int abortboot_normal(int bootdelay)
|
|||
printf("Hit any key to stop autoboot: %2d ", bootdelay);
|
||||
#endif
|
||||
|
||||
#if defined CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
/*
|
||||
* Check if key already pressed
|
||||
* Don't check if bootdelay < 0
|
||||
|
@ -242,7 +239,6 @@ static int abortboot_normal(int bootdelay)
|
|||
abort = 1; /* don't auto boot */
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
while ((bootdelay > 0) && (!abort)) {
|
||||
--bootdelay;
|
||||
|
|
|
@ -3,7 +3,7 @@ CONFIG_TARGET_BRPPT1=y
|
|||
CONFIG_SPL=y
|
||||
CONFIG_OF_BOARD_SETUP=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,EMMC_BOOT"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
# CONFIG_CMD_IMI is not set
|
||||
|
|
|
@ -3,7 +3,7 @@ CONFIG_TARGET_BRPPT1=y
|
|||
CONFIG_SPL=y
|
||||
CONFIG_OF_BOARD_SETUP=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
# CONFIG_CMD_IMI is not set
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG_SPL=y
|
|||
CONFIG_OF_BOARD_SETUP=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,SPI_BOOT,EMMC_BOOT"
|
||||
CONFIG_SPI_BOOT=y
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
# CONFIG_CMD_IMI is not set
|
||||
|
|
|
@ -2,7 +2,7 @@ CONFIG_ARM=y
|
|||
CONFIG_TARGET_BRXRE1=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_HUSH_PARSER=y
|
||||
# CONFIG_CMD_BOOTD is not set
|
||||
# CONFIG_CMD_BOOTM is not set
|
||||
|
|
|
@ -2,7 +2,7 @@ CONFIG_ARM=y
|
|||
CONFIG_OMAP34XX=y
|
||||
CONFIG_TARGET_OMAP3_CAIRO=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_SYS_PROMPT="Cairo # "
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
|
|
|
@ -2,7 +2,7 @@ CONFIG_PPC=y
|
|||
CONFIG_MPC85xx=y
|
||||
CONFIG_TARGET_CONTROLCENTERD=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="TRAILBLAZER,SPIFLASH,DEVELOP"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
# CONFIG_CMD_BOOTM is not set
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
|
|
|
@ -2,7 +2,7 @@ CONFIG_PPC=y
|
|||
CONFIG_MPC85xx=y
|
||||
CONFIG_TARGET_CONTROLCENTERD=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="TRAILBLAZER,SPIFLASH"
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
# CONFIG_CMD_BOOTM is not set
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
|
|
|
@ -2,7 +2,7 @@ CONFIG_ARM=y
|
|||
CONFIG_OMAP34XX=y
|
||||
CONFIG_TARGET_OMAP3_EVM_QUICK_MMC=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_SYS_PROMPT="OMAP3_EVM # "
|
||||
# CONFIG_CMD_BDI is not set
|
||||
# CONFIG_CMD_CONSOLE is not set
|
||||
|
|
|
@ -2,7 +2,7 @@ CONFIG_ARM=y
|
|||
CONFIG_OMAP34XX=y
|
||||
CONFIG_TARGET_OMAP3_EVM_QUICK_NAND=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_BOOTDELAY=0
|
||||
CONFIG_BOOTDELAY=-2
|
||||
CONFIG_SYS_PROMPT="OMAP3_EVM # "
|
||||
# CONFIG_CMD_BDI is not set
|
||||
# CONFIG_CMD_CONSOLE is not set
|
||||
|
|
|
@ -132,14 +132,6 @@ What they do
|
|||
provides an escape sequence from the limited "password"
|
||||
strings.
|
||||
|
||||
|
||||
CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
If this option is defined, you can stop the autoboot process
|
||||
by hitting a key even in that case when "bootdelay" has been
|
||||
set to 0. You can set "bootdelay" to a negative value to
|
||||
prevent the check for console input.
|
||||
|
||||
CONFIG_RESET_TO_RETRY
|
||||
|
||||
(Only effective when CONFIG_BOOT_RETRY_TIME is also set)
|
||||
|
|
|
@ -98,8 +98,6 @@
|
|||
#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
|
||||
#define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
|
||||
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
|
||||
|
||||
#define CONFIG_SYS_RX_ETH_BUFFER 16 /* use 16 rx buffer on 405 emac */
|
||||
|
|
|
@ -121,8 +121,6 @@
|
|||
|
||||
#define CONFIG_CMDLINE_EDITING /* add command line history */
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
|
||||
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
|
||||
|
||||
#define CONFIG_SYS_RX_ETH_BUFFER 16 /* use 16 rx buffer on 405 emac */
|
||||
|
|
|
@ -99,7 +99,6 @@
|
|||
#define CONFIG_BAUDRATE 9600 /* STD Baudrate */
|
||||
/* autoboot (do NOT change this set environment variable "bootdelay" to -1 instead) */
|
||||
/* #define CONFIG_BOOT_RETRY_TIME -10 /XXX* feature is available but not enabled */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check console even if bootdelay = 0 */
|
||||
|
||||
#define CONFIG_BOOTCOMMAND "diskboot 400000 0:1; bootm" /* autoboot command */
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,9600 root=/dev/hda5" /* boot arguments */
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
|
||||
/* autoboot (do NOT change this set environment variable "bootdelay" to -1 instead) */
|
||||
/* #define CONFIG_BOOT_RETRY_TIME -10 /XXX* feature is available but not enabled */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check console even if bootdelay = 0 */
|
||||
|
||||
#define CONFIG_BOOTCOMMAND "diskboot 400000 0:1; bootm" /* autoboot command */
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,9600 root=/dev/hda5" /* boot arguments */
|
||||
|
|
|
@ -117,7 +117,6 @@
|
|||
#define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */
|
||||
|
||||
#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
|
||||
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
|
||||
|
||||
|
|
|
@ -92,7 +92,6 @@
|
|||
|
||||
#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
|
||||
#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
|
||||
|
||||
/*
|
||||
|
|
|
@ -312,7 +312,6 @@
|
|||
|
||||
#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
|
||||
#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
|
|
|
@ -117,7 +117,6 @@
|
|||
|
||||
#define CONFIG_BOOT_RETRY_TIME -1
|
||||
#define CONFIG_RESET_TO_RETRY
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_NETMASK 255.255.255.0
|
||||
#define CONFIG_IPADDR 10.0.0.110
|
||||
|
|
|
@ -105,7 +105,6 @@
|
|||
#define CONFIG_SYS_EXTBDINFO 1 /* To use extended board_into (bd_t) */
|
||||
|
||||
#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
|
||||
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
|
||||
|
||||
|
|
|
@ -322,7 +322,6 @@
|
|||
*/
|
||||
|
||||
#undef CONFIG_BOOTARGS
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_SYS_AUTOLOAD "n"
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
#define CONFIG_CMDLINE_EDITING /* add command line history */
|
||||
#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
|
||||
#define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
#define CONFIG_VERSION_VARIABLE /* include version env variable */
|
||||
#define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup*/
|
||||
|
||||
|
|
|
@ -148,7 +148,6 @@
|
|||
#define CONFIG_SETUP_MEMORY_TAGS /* send memory definition to kernel */
|
||||
#define CONFIG_INITRD_TAG /* send initrd params */
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
#define CONFIG_BOOTFILE __stringify(CONFIG_BOARD_NAME) "-linux.bin"
|
||||
#define CONFIG_BOOTARGS "console=" __stringify(ACFG_CONSOLE_DEV) "," \
|
||||
__stringify(CONFIG_BAUDRATE) " " MTDPARTS_DEFAULT \
|
||||
|
|
|
@ -214,7 +214,6 @@
|
|||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_BOOTARGS ""
|
||||
#define CONFIG_BOOTCOMMAND "run checkupdate; run checkbutton;"
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
#define CONFIG_BOOT_RETRY_TIME 60 /* continue boot after 60 s inactivity */
|
||||
#define CONFIG_RESET_TO_RETRY
|
||||
|
||||
|
|
|
@ -145,8 +145,6 @@
|
|||
/* devices */
|
||||
|
||||
/* Environment information */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"loadaddr=0x82000000\0" \
|
||||
"usbtty=cdc_acm\0" \
|
||||
|
|
|
@ -152,8 +152,6 @@
|
|||
/* devices */
|
||||
|
||||
/* Environment information */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"loadaddr=0x82000000\0" \
|
||||
"baudrate=115200\0" \
|
||||
|
|
|
@ -98,7 +98,6 @@
|
|||
#undef CONFIG_SPL_NAND_SUPPORT
|
||||
#undef CONFIG_SYS_MONITOR_LEN
|
||||
#undef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_ENV_SIZE (16 * 1024)
|
||||
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
|
||||
|
|
|
@ -178,7 +178,6 @@
|
|||
*/
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200n8"
|
||||
|
|
|
@ -379,7 +379,6 @@
|
|||
#define CONFIG_CMDLINE_EDITING 1
|
||||
|
||||
#define CONFIG_MX_CYCLIC 1
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 1024
|
||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
#define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
/*
|
||||
* Configure PLL
|
||||
*/
|
||||
|
|
|
@ -51,8 +51,6 @@
|
|||
#define CONFIG_EXYNOS_DWMMC
|
||||
#define CONFIG_BOUNCE_BUFFER
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
/* PWM */
|
||||
#define CONFIG_PWM
|
||||
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f*/
|
||||
#define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
/*
|
||||
* Base addresses -- Note these are effective addresses where the
|
||||
* actual resources get mapped (not physical addresses)
|
||||
|
|
|
@ -543,8 +543,6 @@ void fpga_control_clear(unsigned int bus, int pin);
|
|||
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
|
||||
#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
|
||||
|
||||
#define CONFIG_SYS_CONSOLE_INFO_QUIET
|
||||
|
|
|
@ -48,8 +48,6 @@
|
|||
#define CONFIG_BOARD_TYPES 1 /* support board types */
|
||||
#define CFG_ALT_MEMTEST
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
/*
|
||||
* Base addresses -- Note these are effective addresses where the
|
||||
* actual resources get mapped (not physical addresses)
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
#define PLLMR0_DEFAULT PLLMR0_266_133_66
|
||||
#define PLLMR1_DEFAULT PLLMR1_266_133_66
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
/* new uImage format support */
|
||||
#define CONFIG_FIT_DISABLE_SHA256
|
||||
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
#define CONFIG_MISC_INIT_R
|
||||
#define CONFIG_LAST_STAGE_INIT
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
* Base addresses -- Note these are effective addresses where the
|
||||
* actual resources get mapped (not physical addresses)
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#define PLLMR0_DEFAULT PLLMR0_266_133_66
|
||||
#define PLLMR1_DEFAULT PLLMR1_266_133_66
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
/* new uImage format support */
|
||||
#define CONFIG_FIT_DISABLE_SHA256
|
||||
|
||||
|
|
|
@ -168,7 +168,6 @@
|
|||
#define CONFIG_SERIAL_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_SETUP_INITRD_TAG
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"if mmc rescan; then " \
|
||||
"if run loadbootscr; then " \
|
||||
|
|
|
@ -69,8 +69,6 @@
|
|||
#define CONFIG_USART_ID ATMEL_ID_SYS
|
||||
#define CONFIG_BAUDRATE 115200
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
/*
|
||||
* BOOTP options
|
||||
*/
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#define CONFIG_INITRD_TAG
|
||||
#define CONFIG_REVISION_TAG
|
||||
#define CONFIG_CMDLINE_EDITING /* cmd line edit/history */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check keypress w/no delay */
|
||||
|
||||
/* Hardware drivers */
|
||||
|
||||
|
|
|
@ -67,11 +67,6 @@ Serial console configuration
|
|||
#define MTDPARTS_DEFAULT "mtdparts=physmap-flash.0:256k(ubootl)," \
|
||||
"1792k(kernel),13312k(jffs2),256k(uboot)ro,256k(oftree),-(space)"
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
Autobooting
|
||||
-----------------------------------------------------------------------------*/
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* allow stopping of boot process */
|
||||
/* even with bootdelay=0 */
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_PREBOOT "echo;" \
|
||||
|
|
|
@ -31,9 +31,6 @@
|
|||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
#define CONFIG_ENV_OVERWRITE 1
|
||||
|
||||
/* check for keypress on bootdelay==0 */
|
||||
/*#define CONFIG_ZERO_BOOTDELAY_CHECK*/
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x0FFC0000
|
||||
#define CONFIG_SYS_SDRAM_BASE (0x08000000)
|
||||
#define CONFIG_SYS_SDRAM_SIZE (128 * 1024 * 1024)
|
||||
|
|
|
@ -94,8 +94,6 @@
|
|||
",12m(modem)"\
|
||||
",60m(qboot)\0"
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
/* partitions definitions */
|
||||
#define PARTS_CSA "csa-mmc"
|
||||
#define PARTS_BOOTLOADER "u-boot"
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
/* autoboot */
|
||||
#define CONFIG_BOOT_RETRY_TIME -1
|
||||
#define CONFIG_RESET_TO_RETRY
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_NETMASK 255.255.255.0
|
||||
#define CONFIG_IPADDR 10.0.0.110
|
||||
|
|
|
@ -71,9 +71,6 @@
|
|||
#define CONFIG_CMD_ONENAND
|
||||
#define CONFIG_CMD_MTDPARTS
|
||||
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_MTD_DEVICE
|
||||
#define CONFIG_MTD_PARTITIONS
|
||||
|
||||
|
|
|
@ -117,7 +117,6 @@
|
|||
|
||||
/* Boot options */
|
||||
#define CONFIG_SYS_LOAD_ADDR 0x23000000
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_BOOTP_BOOTFILESIZE
|
||||
#define CONFIG_BOOTP_BOOTPATH
|
||||
|
|
|
@ -95,7 +95,6 @@
|
|||
|
||||
/* Boot options */
|
||||
#define CONFIG_SYS_LOAD_ADDR 0x23000000
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_BOOTP_BOOTFILESIZE
|
||||
#define CONFIG_BOOTP_BOOTPATH
|
||||
|
|
|
@ -178,7 +178,6 @@
|
|||
#define CONFIG_CMDLINE_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_MISC_INIT_R
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_SYS_MEMTEST_START 0x00800000
|
||||
#define CONFIG_SYS_MEMTEST_END 0x04000000
|
||||
|
|
|
@ -581,8 +581,6 @@ void fpga_control_clear(unsigned int bus, int pin);
|
|||
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
|
||||
#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
|
||||
|
||||
#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
|
||||
|
||||
#define CONFIG_SYS_CONSOLE_INFO_QUIET
|
||||
|
|
|
@ -64,7 +64,6 @@
|
|||
#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
|
||||
|
||||
#define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
#define CONFIG_SYS_ALT_MEMTEST
|
||||
#define CONFIG_PREBOOT
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
|
||||
#define CONFIG_SILENT_CONSOLE
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
/* Clock Defines */
|
||||
#define V_OSCK 26000000 /* Clock output from T2 */
|
||||
|
|
|
@ -147,8 +147,6 @@
|
|||
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
|
||||
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x01000000)
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
|
||||
/*
|
||||
* Network Configuration
|
||||
*/
|
||||
|
|
|
@ -150,6 +150,5 @@
|
|||
"bootdelay=0\0"
|
||||
|
||||
#endif
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#endif
|
||||
|
|
|
@ -174,8 +174,6 @@
|
|||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_INITRD_TAG
|
||||
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyS2,115200n8"
|
||||
#define CONFIG_LOADADDR 0x80008000
|
||||
|
|
|
@ -145,7 +145,6 @@
|
|||
#define CONFIG_MISC_INIT_R
|
||||
#define CONFIG_BOARD_LATE_INIT
|
||||
#define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK
|
||||
|
||||
#define CONFIG_SYS_MEMTEST_START 0x00800000
|
||||
#define CONFIG_SYS_MEMTEST_END 0x04000000
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
#define CONFIG_CMDLINE_EDITING /* add command line history */
|
||||
#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
|
||||
#define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */
|
||||
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
|
||||
#define CONFIG_VERSION_VARIABLE /* include version env variable */
|
||||
#define CONFIG_SYS_CONSOLE_INFO_QUIET /* don't print console @ startup */
|
||||
#define CONFIG_LOADS_ECHO /* echo on for serial download */
|
||||
|
|
Loading…
Reference in a new issue