
Hi Tom, after this NAND driver is in master, we can look at reducing the number of defconfigs for this board and send out a new patch.
Thanks -Alex
On Dec 11, 2020, at 12:54 PM, Tom Rini trini@konsulko.com wrote:
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