commit | 8de09df1610e9d98dc1b73bafaebac2fe7c8ab23 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Apr 09 08:25:57 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Thu Apr 17 17:24:40 2014 -0400 |
tree | d6f7a6ad65a87cc03820ca580bbfdbdbc78f7f9c | |
parent | 91039287653a5d401fdf5bef9e3136d663bfe528 [diff] |
am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT In the case of SPL or NOR_BOOT (no SPL involved) we need to include certain code in the build. Use !CONFIG_SKIP_LOWLEVEL_INIT rather than CONFIG_SPL_BUILD || CONFIG_NOR_BOOT to make the code clearer, and to make supporting XIP QSPI boot clearer in the code. Signed-off-by: Tom Rini <trini@ti.com> Reviewed-by: Wolfgang Denk <wd@denx.de>