Skip to content
Snippets Groups Projects
Commit ccad5e86 authored by Matwey V. Kornilov's avatar Matwey V. Kornilov Committed by Tom Rini
Browse files

configs: pcm051: Use DEFAULT_LINUX_BOOT_ENV instead of hardcoded values


It appears that DEFAULT_LINUX_BOOT_ENV can be used to boot pcm051 board.

Signed-off-by: default avatarMatwey V. Kornilov <matwey.kornilov@gmail.com>
parent be9437fb
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment