mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
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>
This commit is contained in:
parent
e3282b1bba
commit
6eef9c9a23
1 changed files with 0 additions and 3 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue