commit | 4ad4cefc1f6626787e9d0807ef3f405bd966ee74 | [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 | 8226dfdaeb450e7e5c8a18100f5b64c74563a9ce [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>