diff options
author | Inderpal Singh <inderpal.singh@linaro.org> | 2013-04-04 23:09:19 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-06-04 15:22:10 +0900 |
commit | 72af2fc8504daccd2f8ae2459e3e225e9c2cc512 (patch) | |
tree | ea03f1116b36b7661be4c9552607f159dfae9ed0 /board/samsung/smdk5250/Makefile | |
parent | ffbff1dd6e6a25cc7db60576ad64e7bd570fa643 (diff) | |
download | u-boot-imx-72af2fc8504daccd2f8ae2459e3e225e9c2cc512.zip u-boot-imx-72af2fc8504daccd2f8ae2459e3e225e9c2cc512.tar.gz u-boot-imx-72af2fc8504daccd2f8ae2459e3e225e9c2cc512.tar.bz2 |
exynos: move tzpc_init to armv7/exynos
tzpc_init is common for all exynos5 boards, hence move it to
armv7/exynos so that all other boards can use it.
Also update the smdk5250 Makefile and config file.
Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk5250/Makefile')
-rw-r--r-- | board/samsung/smdk5250/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile index 47c6a5a..d079f4c 100644 --- a/board/samsung/smdk5250/Makefile +++ b/board/samsung/smdk5250/Makefile @@ -28,7 +28,6 @@ SOBJS := lowlevel_init.o COBJS := clock_init.o COBJS += dmc_common.o dmc_init_ddr3.o -COBJS += tzpc_init.o COBJS += smdk5250_spl.o ifndef CONFIG_SPL_BUILD |