From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 4/5] mpc83xx: MPC8360E-RDK: add support for NAND
Date: Wed, 16 Jan 2008 12:31:02 -0600 [thread overview]
Message-ID: <20080116123102.d13303bc.kim.phillips@freescale.com> (raw)
In-Reply-To: <20080109175758.GD25068@localhost.localdomain>
On Wed, 9 Jan 2008 20:57:58 +0300
Anton Vorontsov <avorontsov@ru.mvista.com> wrote:
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> board/freescale/mpc8360erdk/Makefile | 2 +-
> board/freescale/mpc8360erdk/nand.c | 73 ++++++++++++++++++++++++++++++++++
> include/configs/MPC8360ERDK.h | 24 +++++++++++
> 3 files changed, 98 insertions(+), 1 deletions(-)
> create mode 100644 board/freescale/mpc8360erdk/nand.c
>
Hello Anton, since WD pulled the upm nand driver, I assumed this would
apply, but it fails to build:
nand.c:55: error: variable 'ud' has initializer but incomplete type
nand.c:56: error: unknown field 'width' specified in initializer
nand.c:56: warning: excess elements in struct initializer
nand.c:56: warning: (near initialization for 'ud')
nand.c:57: error: unknown field 'base' specified in initializer
nand.c:57: warning: excess elements in struct initializer
nand.c:57: warning: (near initialization for 'ud')
nand.c:58: error: unknown field 'upm_table' specified in initializer
nand.c:58: warning: excess elements in struct initializer
nand.c:58: warning: (near initialization for 'ud')
nand.c:59: error: unknown field 'upm_cmd_offset' specified in initializer
nand.c:59: warning: excess elements in struct initializer
nand.c:59: warning: (near initialization for 'ud')
nand.c:60: error: unknown field 'upm_addr_offset' specified in initializer
nand.c:60: warning: excess elements in struct initializer
nand.c:60: warning: (near initialization for 'ud')
nand.c:61: error: unknown field 'dev_ready' specified in initializer
nand.c:61: warning: excess elements in struct initializer
nand.c:61: warning: (near initialization for 'ud')
nand.c:62: error: unknown field 'wait_pattern' specified in initializer
nand.c:62: warning: excess elements in struct initializer
nand.c:62: warning: (near initialization for 'ud')
nand.c:63: error: unknown field 'chip_delay' specified in initializer
nand.c:63: warning: excess elements in struct initializer
nand.c:63: warning: (near initialization for 'ud')
nand.c: In function 'board_nand_init':
nand.c:68: error: invalid use of undefined type 'struct upm_data'
nand.c:69: error: invalid use of undefined type 'struct upm_data'
nand.c:70: error: invalid use of undefined type 'struct upm_data'
nand.c:71: warning: passing argument 2 of 'fsl_upm_nand_init' from incompatible pointer type
can you rebase and resend?
Kim
next prev parent reply other threads:[~2008-01-16 18:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-09 17:50 [U-Boot-Users] [PATCH v2 0/5] mpc83xx: MPC8360E-RDK related patches Anton Vorontsov
2008-01-09 17:57 ` [U-Boot-Users] [PATCH 1/5] mpc83xx: add "fsl, qe" compatible fixups Anton Vorontsov
2008-01-09 17:57 ` [U-Boot-Users] [PATCH 2/5] mpc83xx: add support for the MPC8360E-RDK Anton Vorontsov
2008-01-09 17:57 ` [U-Boot-Users] [PATCH 3/5] nand: FSL UPM NAND driver Anton Vorontsov
2008-01-10 17:31 ` Stefan Roese
2008-01-14 20:06 ` Anton Vorontsov
2008-01-14 20:09 ` [U-Boot-Users] [PATCH v2 1/2] " Anton Vorontsov
2008-01-16 13:16 ` Stefan Roese
2008-01-14 20:09 ` [U-Boot-Users] [PATCH v2 2/2] mpc83xx: MPC8360E-RDK: add support for NAND Anton Vorontsov
2008-01-14 20:09 ` [U-Boot-Users] [PATCH] nand: fsl_upm: convert to updated MTD NAND infrastructure Anton Vorontsov
2008-01-16 13:19 ` Stefan Roese
2008-01-15 8:41 ` [U-Boot-Users] [PATCH 3/5] nand: FSL UPM NAND driver Stefan Roese
2008-01-09 17:57 ` [U-Boot-Users] [PATCH 4/5] mpc83xx: MPC8360E-RDK: add support for NAND Anton Vorontsov
2008-01-16 18:31 ` Kim Phillips [this message]
2008-01-17 12:40 ` Anton Vorontsov
2008-01-09 17:58 ` [U-Boot-Users] [PATCH 5/5] mpc83xx: UEC: add support for Broadcom BCM5481 Gigabit PHY Anton Vorontsov
2008-01-10 20:41 ` Ben Warren
2008-01-10 21:10 ` Peter Barada
2008-01-11 5:26 ` Ben Warren
2008-01-11 4:00 ` [U-Boot-Users] [PATCH v2 0/5] mpc83xx: MPC8360E-RDK related patches Kim Phillips
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080116123102.d13303bc.kim.phillips@freescale.com \
--to=kim.phillips@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox