[PATCH v2] riscv: Remove unused define in maix header
Sean Anderson
seanga2 at gmail.com
Thu Mar 11 02:51:31 CET 2021
This define was left over from a previous revision, and was never used.
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Bin Meng <bin.meng at windriver.com>
---
Changes in v2:
- Rebase onto u-boot/master
include/configs/sipeed-maix.h | 3 ---
1 file changed, 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" \
--
2.30.1
More information about the U-Boot
mailing list