Skip to content
Snippets Groups Projects
Commit 5e995c00 authored by Tom Rini's avatar Tom Rini
Browse files

TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter update


In 6789e84e 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: default avatarTom Rini <trini@ti.com>
parent c3ebb8c3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment