diff mbox

[6/6] SMDK5250: enable device tree support

Message ID 1324551168-1202-7-git-send-email-chander.kashyap@linaro.org
State Superseded
Headers show

Commit Message

Chander Kashyap Dec. 22, 2011, 10:52 a.m. UTC
Enable passing a flattened device tree to the kernel.

Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
---
 include/configs/smdk5250.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Minkyu Kang Dec. 23, 2011, 4:22 a.m. UTC | #1
Dear Chander Kashyap,

On 22 December 2011 19:52, Chander Kashyap <chander.kashyap@linaro.org> wrote:
> Enable passing a flattened device tree to the kernel.
>
> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> ---
>  include/configs/smdk5250.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
> index d99dfd0..31f56fd 100644
> --- a/include/configs/smdk5250.h
> +++ b/include/configs/smdk5250.h
> @@ -182,4 +182,7 @@
>  #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_LOAD_ADDR - 0x1000000)
>  #define MMC_MAX_CHANNEL                5
>
> +/* Enable devicetree support */
> +#define CONFIG_OF_LIBFDT
> +

Why you separate this patch?

Thanks.
Minkyu Kang.
Chander Kashyap Dec. 23, 2011, 6:27 a.m. UTC | #2
Dear Minkyu Kang,

On 23 December 2011 09:52, Minkyu Kang <promsoft@gmail.com> wrote:
> Dear Chander Kashyap,
>
> On 22 December 2011 19:52, Chander Kashyap <chander.kashyap@linaro.org> wrote:
>> Enable passing a flattened device tree to the kernel.
>>
>> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
>> ---
>>  include/configs/smdk5250.h |    3 +++
>>  1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
>> index d99dfd0..31f56fd 100644
>> --- a/include/configs/smdk5250.h
>> +++ b/include/configs/smdk5250.h
>> @@ -182,4 +182,7 @@
>>  #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_LOAD_ADDR - 0x1000000)
>>  #define MMC_MAX_CHANNEL                5
>>
>> +/* Enable devicetree support */
>> +#define CONFIG_OF_LIBFDT
>> +
>
> Why you separate this patch?
I will squash this patch.
>
> Thanks.
> Minkyu Kang.
> --
> from. prom.
> www.promsoft.net
diff mbox

Patch

diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index d99dfd0..31f56fd 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -182,4 +182,7 @@ 
 #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_LOAD_ADDR - 0x1000000)
 #define MMC_MAX_CHANNEL		5
 
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
+
 #endif	/* __CONFIG_H */