u-boot/arch/arm/cpu
Masahiro Yamada d8769c62c1 arm926ejs: convert makefiles to Kbuild style
Note1:
In arch/arm/cpu/arm926ejs/spear/Makefile
START := start.o
was changed
extra-$(CONFIG_SPL_BUILD) := start.o
because spear/start.o is only used for SPL.

Note2:
START := start.o
was missing from arch/arm/cpu/arm926ejs/mxs/Makefile.
This commit simply adds
extra-$(CONFIG_SPL_BUILD) := start.o

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2013-10-31 12:53:39 -04:00
..
arm720t Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
arm920t ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
arm926ejs arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
arm946es Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
arm1136 Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
arm1176 ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
arm_intcm ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
armv7 armv7: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
ixp Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
pxa Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
sa1100 ARM: refactor compiler options in config.mk 2013-09-23 17:03:05 +02:00
tegra20-common Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
tegra30-common Tegra114: Initialize System Counter (TSC) with osc frequency 2013-04-15 11:01:38 -07:00
tegra114-common Tegra114: Initialize System Counter (TSC) with osc frequency 2013-04-15 11:01:38 -07:00
tegra-common Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot-spl.lds Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot.lds arm: lds: Remove libgcc eabi exception handling tables 2013-09-05 13:41:42 +02:00