[U-Boot] [PATCH] EXYNOS: Move includes from setup.h to tzpc_init.c
Minkyu Kang
mk7.kang at samsung.com
Thu Jun 13 10:26:33 CEST 2013
On 12/05/13 03:19, Simon Glass wrote:
> On Wed, Apr 3, 2013 at 6:11 AM, Rajeshwari Shinde
> <rajeshwari.s at samsung.com> wrote:
>> These should not be in the header since not every C file needs them.
>> Move them to the file that needs them.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
>
> Tested on snow.
>
> Acked-by: Simon Glass <sjg at chromium.org>
> Tested-by: Simon Glass <sjg at chromium.org>
>
>> ---
>> board/samsung/smdk5250/setup.h | 3 ---
>> board/samsung/smdk5250/tzpc_init.c | 2 ++
>> 2 files changed, 2 insertions(+), 3 deletions(-)
>>
Since tzpc_init.c is moved to arch/arm/cpu/armv7/exynos, this patch is rejected.
commit 72af2fc8504daccd2f8ae2459e3e225e9c2cc512
Author: Inderpal Singh <inderpal.singh at linaro.org>
Date: Thu Apr 4 23:09:19 2013 +0000
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 at linaro.org>
Acked-by: Chander Kashyap <chander.kashyap at linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang at samsung.com>
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list