From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 19 Apr 2017 10:44:39 +0200 Subject: [U-Boot] [PATCH 5/5] arm64: mvebu: a8k: Add NAND configuration parameters In-Reply-To: <1490714218-24012-6-git-send-email-kostap@marvell.com> References: <1490714218-24012-1-git-send-email-kostap@marvell.com> <1490714218-24012-6-git-send-email-kostap@marvell.com> Message-ID: <5cbf0bd8-faf9-50bf-0f81-17b001e536e5@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kosta, On 28.03.2017 17:16, kostap at marvell.com wrote: > From: Konstantin Porotchkin > > Add NAND configuration parameters to A8K shared config file. > Add defconfig for db-88f7040 board with boot from NAND setup. > > Signed-off-by: Konstantin Porotchkin > Cc: Stefan Roese > Cc: Igal Liberman > Cc: Nadav Haklai > --- > configs/mvebu_db-88f7040-nand_defconfig | 72 +++++++++++++++++++++++++++++++++ > include/configs/mvebu_armada-8k.h | 11 +++++ > 2 files changed, 83 insertions(+) > create mode 100644 configs/mvebu_db-88f7040-nand_defconfig I'm currently testing this patchset and get this compilation error via Travis: aarch64: + mvebu_db-88f7040-nand +drivers/mtd/nand/pxa3xx_nand.c: In function alloc_nand_resource: +drivers/mtd/nand/pxa3xx_nand.c:1513:36: error: MVEBU_NAND_BASE undeclared (first use in this function) + info->mmio_base = (void __iomem *)MVEBU_NAND_BASE; Did I miss a patch that adds this macro for A7/8k? Thanks, Stefan