From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Sun, 24 May 2015 14:39:35 -0500 Subject: [U-Boot] [U-Boot, v3, 6/8] mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig In-Reply-To: <1431104833-9731-7-git-send-email-stefan@agner.ch> References: <1431104833-9731-7-git-send-email-stefan@agner.ch> Message-ID: <20150524193219.GA3929@home.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 08, 2015 at 07:07:11PM +0200, Stefan Agner wrote: > This commit allows users to enable/disable the Freescale NFC > controller found in systems like Vybrid (VF610), MPC5125, MCF54418 > or Kinetis K70 via Kconfig with more detailed help docs. > > Signed-off-by: Stefan Agner > Acked-by: Stefano Babic > --- > configs/colibri_vf_defconfig | 2 ++ > configs/vf610twr_defconfig | 2 ++ > doc/README.nand | 18 ------------------ > drivers/mtd/nand/Kconfig | 30 ++++++++++++++++++++++++++++++ > include/configs/colibri_vf.h | 2 -- > include/configs/vf610twr.h | 3 --- > 6 files changed, 34 insertions(+), 23 deletions(-) vf610twr_nand: drivers/mtd/nand/built-in.o: In function `nand_init_chip': build/../drivers/mtd/nand/nand.c:91: undefined reference to `board_nand_init' arm-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.23.1.20121113 assertion fail /opt/eldk/build/eldk-rel-v5.4-2013-08-02-9a46fd5-armv7a/tmp/work/i686-nativesdk-eldk-linux/binutils-cross-canadian-arm/2.23.1-r3/binutils-2.23.1/bfd/elf32-arm.c:7680 arm-linux-gnueabi-ld.bfd: error: required section '.rel.plt' not found in the linker script arm-linux-gnueabi-ld.bfd: final link failed: Invalid operation make[1]: *** [u-boot] Error 1 make: *** [sub-make] Error 2 To (hopefully; buildman running now) fix this I've updated vf610twr_nand_defconfig with the same changes as vf610twr_defconfig. Let me know if that's not what you want me to do. -Scott