summaryrefslogtreecommitdiff
path: root/configs/mt7622_rfb_defconfig
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2021-03-05 05:41:33 +0300
committerTom Rini <trini@konsulko.com>2021-03-20 23:24:27 +0300
commit8ec9aa6a30acc069390366d5cf2d92efe9a31d3c (patch)
tree87e504825df40f9782c25c1067228084f314b14f /configs/mt7622_rfb_defconfig
parentf4f478be4c95e3bfa500074f3fc6f1f216eb2e16 (diff)
downloadu-boot-8ec9aa6a30acc069390366d5cf2d92efe9a31d3c.tar.xz
configs: mt7622: enable debug uart for mt7622_rfb_defconfig
Enable debug uart for mt7622_rfb_defconfig Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'configs/mt7622_rfb_defconfig')
-rw-r--r--configs/mt7622_rfb_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mt7622_rfb_defconfig b/configs/mt7622_rfb_defconfig
index 12f529158c..c12ce5cc0a 100644
--- a/configs/mt7622_rfb_defconfig
+++ b/configs/mt7622_rfb_defconfig
@@ -4,7 +4,10 @@ CONFIG_ARCH_MEDIATEK=y
CONFIG_SYS_TEXT_BASE=0x41e00000
CONFIG_SYS_MALLOC_F_LEN=0x4000
CONFIG_NR_DRAM_BANKS=1
+CONFIG_DEBUG_UART_BASE=0x11002000
+CONFIG_DEBUG_UART_CLOCK=25000000
CONFIG_DEFAULT_DEVICE_TREE="mt7622-rfb"
+CONFIG_DEBUG_UART=y
CONFIG_FIT=y
CONFIG_DEFAULT_FDT_FILE="mt7622-rfb"
CONFIG_LOGLEVEL=7