I recently acquired a Sabre-lite board, that's build around the Freescale iMX6q ARM Cortex A9 processor.
From the fresscale website I downloaded a tar.gz with sources for packages, linux kernel, presumable u-boot (2009.08) a toolchain (linaro with gcc v.4.6.2).
I am trying to deploy ltib on the host machine
so I run ltib -m config and tweak some values:
for gcc options i set: -O2 -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9
and for u-boot board I chose "imx6q-sabrelite", as this is the one I have.