From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Wed, 3 Mar 2021 19:10:18 +0800 Subject: [PATCH] riscv: Remove unused define in maix header In-Reply-To: <20200805164219.121615-1-seanga2@gmail.com> References: <20200805164219.121615-1-seanga2@gmail.com> Message-ID: <20210303111014.GA1242@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Aug 05, 2020 at 12:42:19PM -0400, Sean Anderson wrote: > This define was left over from a previous revision, and was never used. > > Signed-off-by: Sean Anderson > Reviewed-by: Heinrich Schuchardt > Reviewed-by: Bin Meng > --- > > 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 */ Hi Sean, This patch also conflicts with current master. Could you please rebase again? Thanks! Leo