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:
be9437f
)
configs: pcm051: Use DEFAULT_LINUX_BOOT_ENV instead of hardcoded values
author
Matwey V. Kornilov
<matwey.kornilov@gmail.com>
Sat, 2 Jun 2018 17:22:27 +0000
(20:22 +0300)
committer
Tom Rini
<trini@konsulko.com>
Tue, 12 Jun 2018 22:44:00 +0000
(18:44 -0400)
It appears that DEFAULT_LINUX_BOOT_ENV can be used to boot pcm051 board.
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
include/configs/pcm051.h
patch
|
blob
|
history
diff --git
a/include/configs/pcm051.h
b/include/configs/pcm051.h
index 3bdd30d84f9618cf7035006238b0a5691df9ffbd..0475d8066695e8d23b967d43ad7ada68a460afd4 100644
(file)
--- a/
include/configs/pcm051.h
+++ b/
include/configs/pcm051.h
@@
-57,10
+57,8
@@
#include <environment/ti/mmc.h>
#define CONFIG_EXTRA_ENV_SETTINGS \
+ DEFAULT_LINUX_BOOT_ENV \
DEFAULT_MMC_TI_ARGS \
- "loadaddr=0x80007fc0\0" \
- "fdtaddr=0x80000000\0" \
- "rdaddr=0x81000000\0" \
"bootfile=uImage\0" \
"fdtfile=pcm051.dtb\0" \
"console=ttyO0,115200n8\0" \