[PATCH] riscv: Remove unused define in maix header

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Aug 5 20:36:38 CEST 2020


On 05.08.20 18:42, Sean Anderson wrote:
> This define was left over from a previous revision, and was never used.
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> ---
>
>  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 a46473fc78..1cee8259d7 100644
> --- a/include/configs/sipeed-maix.h
> +++ b/include/configs/sipeed-maix.h
> @@ -18,7 +18,4 @@
>  /* 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
> -
>  #endif /* CONFIGS_SIPEED_MAIX_H */
>

Symbol K210_SYSCTL_BASE does not occur anywhere else.

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>


More information about the U-Boot mailing list