summaryrefslogtreecommitdiff
path: root/include/configs/mt7623.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2020-07-12 23:33:02 +0100
committerTom Rini <trini@konsulko.com>2020-07-29 08:43:40 -0400
commit368ac3f205deddec058a2757556786a9176d7fb7 (patch)
tree4d4c4fb3fc7a3ba68a1d98acc3c2cd54dd80adeb /include/configs/mt7623.h
parente3cc511eef5d99491e0c51324be499b688dde8de (diff)
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 'include/configs/mt7623.h')
-rw-r--r--include/configs/mt7623.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h
index d969297c82..b7e9aff21c 100644
--- a/include/configs/mt7623.h
+++ b/include/configs/mt7623.h
@@ -49,7 +49,7 @@
"fdt_high=" FDT_HIGH "\0" \
"kernel_addr_r=0x84000000\0" \
"fdt_addr_r=" FDT_HIGH "\0" \
- "fdtfile=mt7623n-bananapi-bpi-r2.dtb" "\0"
+ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0"
/* Ethernet */
#define CONFIG_IPADDR 192.168.1.1