x86: x86-common.h: Add CONFIG_BOOTDELAY
authorStefan Roese <sr@denx.de>
Mon, 18 Jan 2016 13:49:56 +0000 (14:49 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:20 +0000 (12:47 +0800)
commitf7c3638c9f6a9beb812adcfb7c61e4c65ac1888d
tree1683fc052d0c87cd40de59ab6e34e027b9298ba5
parent9f73690cebfd57ff713098da8604738dbaa688ce
x86: x86-common.h: Add CONFIG_BOOTDELAY

Without this CONFIG_BOOTDELAY, autobooting does not work at all. As
autoboot_command() from common/* will not get called. So lets define
CONFIG_BOOTDELAY, so that auto-booting works on x86.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Miao Yan <yanmiaobest@gmail.com>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Tested-by: Miao Yan <yanmiaobest@gmail.com>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
include/configs/x86-common.h