From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 20 Mar 2019 15:22:40 +0800 Subject: [U-Boot] [PATCH 7/9] riscv: ax25: Andes specific cache shall only support in M-mode. In-Reply-To: <20190319090750.8923-8-uboot@andestech.com> References: <20190319090750.8923-1-uboot@andestech.com> <20190319090750.8923-8-uboot@andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rick, On Tue, Mar 19, 2019 at 5:12 PM Andes wrote: > > From: Rick Chen > nits: remove the ending period in the commit title > Limit the cache configuration only can be supported in M mode. > It can not be manipulated in S mode. > > Signed-off-by: Rick Chen > Cc: Greentime Hu > --- > arch/riscv/cpu/ax25/Kconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Bin Meng Regards, Bin