]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT
authorTom Rini <trini@ti.com>
Wed, 9 Apr 2014 12:25:57 +0000 (08:25 -0400)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 21:24:40 +0000 (17:24 -0400)
commitd0e6d34d7cca00cb61707826b52837cc7c43da46
treed6f7a6ad65a87cc03820ca580bbfdbdbc78f7f9c
parent161d2d5ea8262e97cac77eec3ed7d32069cb7444
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>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/cpu/armv7/am33xx/emif4.c
board/silica/pengwyn/Makefile
board/ti/am335x/Makefile
board/ti/am335x/board.c