From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 22 Oct 2018 15:36:49 +0800 Subject: [U-Boot] [PATCH 13/30] riscv: do not reimplement generic io functions In-Reply-To: <20181019220743.15020-14-lukas.auer@aisec.fraunhofer.de> References: <20181019220743.15020-1-lukas.auer@aisec.fraunhofer.de> <20181019220743.15020-14-lukas.auer@aisec.fraunhofer.de> 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 Lukas, On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > RISC-V u-boot reimplements the generic io functions from nits: U-Boot > asm-generic/io.h. Remove the redundant implementation and include the > generic io.h instead. > > Signed-off-by: Lukas Auer > --- > > arch/riscv/include/asm/io.h | 31 +++---------------------------- > 1 file changed, 3 insertions(+), 28 deletions(-) > Reviewed-by: Bin Meng Regards, Bin