From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Thu, 20 Nov 2014 11:36:03 -0000 Subject: [U-Boot] Linker errors with SPL and FAT Message-ID: <007401d004b6$2f8f3de0$8eadb9a0$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I am trying to build U-Boot SPL (2014.07) for a custom TI AM3354 based board with MMC support. Mostly I have cloned the settings from the am335x_evm.h config file but am getting linker errors with SPL... common/spl/built-in.o: In function `spl_register_fat_device': .../common/spl/spl_fat.c:28: undefined reference to `fat_register_device' common/spl/built-in.o: In function `spl_load_image_fat': .../common/spl/spl_fat.c:55: undefined reference to `file_fat_read' .../common/spl/spl_fat.c:61: undefined reference to `file_fat_read' When I look at spl/fs/built-in.o it is 257 bytes and spl/fs/fat/built-in.o is 8 bytes. I have been staring at this for most of the morning and would appreciate it if someone could tell me what option I am missing. Thanks, Andy.