diff options
author | Joel Johnson <mrjoel@lixil.net> | 2020-03-23 14:21:35 -0600 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-04-14 13:16:42 +0200 |
commit | 8eccd0dda0eea1d8ddc922d55d118f8db31715ad (patch) | |
tree | 854fd44bf92459d92f39097705e90dc99fec4849 /include/configs | |
parent | 009d4cfcf27f9b3bc5fbb2f53731e6c59015aa33 (diff) | |
download | u-boot-8eccd0dda0eea1d8ddc922d55d118f8db31715ad.tar.gz |
arm: mvebu: clearfog: Unify DT selection paths
Unify the location of DT selection into board_late_init instead of
split between detection and static configuration paths.
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/clearfog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index 52945d1703..8314956db6 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -178,7 +178,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ RELOCATION_LIMITS_ENV_SETTINGS \ LOAD_ADDRESS_ENV_SETTINGS \ - "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "console=ttyS0,115200\0" \ BOOTENV |