diff options
author | Matwey V. Kornilov | 2018-06-02 20:22:27 +0300 |
---|---|---|
committer | Tom Rini | 2018-06-12 18:44:00 -0400 |
commit | ccad5e86e28f769d2307b9b9e5c883e39c9599bc (patch) | |
tree | 0551b7f4c57a598c2ec49104af4ab99e27549601 /include/configs | |
parent | be9437fb49dd7ae94db1f2d5b7ff853af834d0d2 (diff) |
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: Matwey V. Kornilov <matwey.kornilov@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/pcm051.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 3bdd30d84f9..0475d806669 100644 --- 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" \ |