]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: Don't build for HOSTCC
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:48 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:24 +0000 (15:37 -0400)
commite9c8b445516e18eb900eba609e211310b25bee03
tree68b39d3c3bcfdb91356dab719dbab7f59636d00c
parent6f907b422e8f33a388ce66479da9f42c998dd656
bootstage: Don't build for HOSTCC

We don't measure boot timing on the host, or with SPL, so use both
conditions in the bootstage header. This allows us to avoid using
conditional compilation around bootstage_...() calls. (#ifdef)

Signed-off-by: Simon Glass <sjg@chromium.org>
include/bootstage.h