commit | 463bb19eebab4a5517c60dc9e74de0cc12c19e56 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Mar 19 02:02:55 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Fri Mar 28 15:06:30 2014 -0400 |
tree | 675a0e3e65317f2fcd856e4bea94a3cbeb502130 | |
parent | 254d68b6011c33af189d006243920c296592fca7 [diff] |
spl: Fix guardian macros in spl.h Fix the macros guarding the spl.h header for various platforms. Due to a typo and a propagation of it, the macros went out-of-sync with their ifdef check, so fix this. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@ti.com>