]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter update
authorTom Rini <trini@ti.com>
Fri, 15 Nov 2013 17:20:33 +0000 (12:20 -0500)
committerTom Rini <trini@ti.com>
Fri, 15 Nov 2013 17:20:33 +0000 (12:20 -0500)
commit5e995c00f60596d6e8a6d4ceb9a544cedc1bc838
tree68f20cc0ad768ef33ce26f0f798e090d0c89505e
parentc3ebb8c38a5da5e40da2786c5d850d1f6555ff95
TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter update

In 6789e84 we update u-boot-spl.lds for OMAP to ensure we include
adapter information, as we use i2c during SPL.  However, the regex used
also means we included commands that may have been built.  On omap5_uevm
this leads to a failure as we include the command from the do_tca642x
command, and fail to link.  The fix is to restrict our regex to only the
i2c list parts.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds