[U-Boot] [U-Boot, v3, 6/8] mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig

Stefan Agner stefan at agner.ch
Mon May 25 00:13:11 CEST 2015


On 2015-05-24 21:39, Scott Wood wrote:
> 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 <stefan at agner.ch>
>> Acked-by: Stefano Babic <sbabic at denx.de>
>> ---
>>  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.

Sorry about that. Your change makes sense, thx!

--
Stefan


More information about the U-Boot mailing list