mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
arm: dts: ipq8064: Added bootdelay and bootcmd
Added bootdelay and bootcmd in device tree to support autoboot. The value provided in the device tree will override the value provided for CONFIG_BOOTDELAY and CONFIG_BOOTCOMMAND in board configuration. Change-Id: I0482db510976eddb038ff8f7f38cafed07363051 Signed-off-by: Gokul Sriram Palanisamy <gpalan@codeaurora.org>
This commit is contained in:
parent
9915ab836d
commit
e664dcf4bc
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
/ {
|
||||
config_name = "config@1";
|
||||
|
||||
config {
|
||||
bootdelay = <2>;
|
||||
bootcmd = "bootipq";
|
||||
};
|
||||
|
||||
serial@16340000 {
|
||||
status = "disabled";
|
||||
compatible = "qca,ipq-uartdm";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue