From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 20 Mar 2019 15:22:33 +0800 Subject: [U-Boot] [PATCH 5/9] riscv: ae350: disable ATCPIT100 timer In-Reply-To: <20190319090750.8923-6-uboot@andestech.com> References: <20190319090750.8923-1-uboot@andestech.com> <20190319090750.8923-6-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 On Tue, Mar 19, 2019 at 5:12 PM Andes wrote: > > From: Rick Chen > > Disable ATCPIT100 SoC timer and replace by PLMT. > > Signed-off-by: Rick Chen > Cc: Greentime Hu > --- > configs/ae350_rv32_defconfig | 1 - > configs/ae350_rv64_defconfig | 1 - > 2 files changed, 2 deletions(-) > Reviewed-by: Bin Meng