projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20112b1
)
Odroid-xu3: set default bootcmd to autoboot
author
Przemyslaw Marczak
<p.marczak@samsung.com>
Thu, 19 Nov 2015 14:45:27 +0000
(15:45 +0100)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 8 Apr 2016 02:17:34 +0000
(11:17 +0900)
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
include/configs/odroid_xu3.h
patch
|
blob
|
history
diff --git
a/include/configs/odroid_xu3.h
b/include/configs/odroid_xu3.h
index
a05eaa3
..
caca61e
100644
(file)
--- a/
include/configs/odroid_xu3.h
+++ b/
include/configs/odroid_xu3.h
@@
-142,6
+142,9
@@
#undef CONFIG_SYS_BOARD
#define CONFIG_SYS_BOARD "odroid"
+#undef CONFIG_BOOTCOMMAND
+#define CONFIG_BOOTCOMMAND "run autoboot"
+
/* Define new extra env settings, including DFU settings */
#undef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \