projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f78cf
)
Cleanup CONFIG_BOOTDELAY on cl-som-imx7
author
Alex Kiernan
<alex.kiernan@gmail.com>
Tue, 24 Jul 2018 07:29:40 +0000
(07:29 +0000)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 4 Sep 2018 06:47:23 +0000
(08:47 +0200)
CONFIG_BOOTDELAY has been migrated to Kconfig, but cl-som-imx7 was
missed. We can just delete the assignments as the config already has
the correct value.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
include/configs/cl-som-imx7.h
patch
|
blob
|
history
diff --git
a/include/configs/cl-som-imx7.h
b/include/configs/cl-som-imx7.h
index f86324a20bee68d5d9b11e3a78986610efe06db6..1b2eee3f18a98f10850df261f5ecaefc8ee175f7 100644
(file)
--- a/
include/configs/cl-som-imx7.h
+++ b/
include/configs/cl-som-imx7.h
@@
-63,9
+63,7
@@
#undef CONFIG_SYS_AUTOLOAD
#undef CONFIG_EXTRA_ENV_SETTINGS
#undef CONFIG_BOOTCOMMAND
-#undef CONFIG_BOOTDELAY
-#define CONFIG_BOOTDELAY 3
#define CONFIG_SYS_AUTOLOAD "no"
#define CONFIG_EXTRA_ENV_SETTINGS \