
11 Dec
2020
11 Dec
'20
9:54 p.m.
On Tue, Dec 08, 2020 at 11:37:37AM -0800, Alex Nemirovsky wrote:
From: Kate Liu kate.liu@cortina-access.com
Set environment for Nand flash (U-boot 2020.04):
- add nand flash in the device tree
- add new default configuration file for G3 using parallel Nand
- set nand parameters in presidio_asic.h
Signed-off-by: Kate Liu kate.liu@cortina-access.com Signed-off-by: Alex Nemirovsky alex.nemirovsky@cortina-access.com CC: Tom Rini trini@konsulko.com
MAINTAINERS | 1 + arch/arm/dts/ca-presidio-engboard.dts | 14 +++++++++++ configs/cortina_presidio-asic-pnand_defconfig | 34 +++++++++++++++++++++++++++
A small thing, the defconfig being added here (and aside, I gather we can't have a single defconfig for all variants?) needs to be re-generated with savedefconfig. There's a blank line in it which implies that it wasn't. Thanks.
--
Tom