summaryrefslogtreecommitdiff
path: root/include/configs/sipeed-maix.h
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-03-11 04:51:31 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-04-08 10:37:28 +0300
commit6eef9c9a23208c0def02b0ac50d93fce8f84587d (patch)
tree8fa7f857c4872347e29ceccb5a070bb72ad30403 /include/configs/sipeed-maix.h
parente3282b1bbae4e8558c2b85bf27560d12358ed25f (diff)
downloadu-boot-6eef9c9a23208c0def02b0ac50d93fce8f84587d.tar.xz
riscv: Remove unused define in maix header
This define was left over from a previous revision, and was never used. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'include/configs/sipeed-maix.h')
-rw-r--r--include/configs/sipeed-maix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sipeed-maix.h b/include/configs/sipeed-maix.h
index 08acb25075..4c1ff98ec6 100644
--- a/include/configs/sipeed-maix.h
+++ b/include/configs/sipeed-maix.h
@@ -18,9 +18,6 @@
/* Don't relocate into AI ram since it isn't set up yet */
#define CONFIG_SYS_SDRAM_SIZE (SZ_4M + SZ_2M)
-/* For early init */
-#define K210_SYSCTL_BASE 0x50440000
-
#ifndef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x80060000\0" \