diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-07-12 23:33:02 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-29 08:43:40 -0400 |
commit | 368ac3f205deddec058a2757556786a9176d7fb7 (patch) | |
tree | 4d4c4fb3fc7a3ba68a1d98acc3c2cd54dd80adeb /configs/mt7623n_bpir2_defconfig | |
parent | e3cc511eef5d99491e0c51324be499b688dde8de (diff) | |
download | u-boot-368ac3f205deddec058a2757556786a9176d7fb7.tar.gz u-boot-368ac3f205deddec058a2757556786a9176d7fb7.tar.bz2 u-boot-368ac3f205deddec058a2757556786a9176d7fb7.zip |
board: mediatek: Use CONFIG_DEFAULT_FDT_FILE for default environment
Rather than hard-coding it to the Banana Pi R2.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'configs/mt7623n_bpir2_defconfig')
-rw-r--r-- | configs/mt7623n_bpir2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt7623n_bpir2_defconfig b/configs/mt7623n_bpir2_defconfig index 5b753a9b76..b88067e8f6 100644 --- a/configs/mt7623n_bpir2_defconfig +++ b/configs/mt7623n_bpir2_defconfig @@ -13,7 +13,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_IS_IN_ENV=y -CONFIG_DEFAULT_FDT_FILE="mt7623n-bananapi-bpi-r2" +CONFIG_DEFAULT_FDT_FILE="mt7623n-bananapi-bpi-r2.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_BOOTMENU=y |