commit | 35c616c842d8224dd46dc2a6a8c71d79076b4f4f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Mar 05 14:57:47 2014 -0500 |
committer | Tom Rini <trini@ti.com> | Wed Mar 12 14:51:45 2014 -0400 |
tree | db5da67f0e7b818a111c9f9a5662a4a7cefb28d4 | |
parent | e685e991b4e8cec4c10e2911d246377b66fb5f2d [diff] |
am33xx: Rework #ifdef's around s_init for clarity The s_init function is only called on SPL or XIP cases, so lets only build it for them. This makes the #if logic within the function a bit clearer as to when we are or are not calling things, and makes it easier to see that for example preloader_console_init isn't ever called in the non-XIP full U-Boot case. Signed-off-by: Tom Rini <trini@ti.com>