All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ORIGEN : enable device tree support
@ 2011-09-09 22:02 angus.ainslie at linaro.org
  2011-09-12  7:04 ` [U-Boot] [Samsung] " Chander Kashyap
  0 siblings, 1 reply; 3+ messages in thread
From: angus.ainslie at linaro.org @ 2011-09-09 22:02 UTC (permalink / raw)
  To: u-boot

From: Angus Ainslie <angus.ainslie@linaro.org>

Enable passing a flattened device tree to the kernel.

Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
---
 include/configs/origen.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/origen.h b/include/configs/origen.h
index 889d5fc..380ef4f 100644
--- a/include/configs/origen.h
+++ b/include/configs/origen.h
@@ -165,4 +165,7 @@
 #define COPY_BL2_SIZE		0x80000
 #define BL2_START_OFFSET	((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
 #define BL2_SIZE_BLOC_COUNT	(COPY_BL2_SIZE/512)
+
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
 #endif	/* __CONFIG_H */
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [Samsung] [PATCH] ORIGEN : enable device tree support
  2011-09-09 22:02 [U-Boot] [PATCH] ORIGEN : enable device tree support angus.ainslie at linaro.org
@ 2011-09-12  7:04 ` Chander Kashyap
  2011-09-16  8:34   ` Minkyu Kang
  0 siblings, 1 reply; 3+ messages in thread
From: Chander Kashyap @ 2011-09-12  7:04 UTC (permalink / raw)
  To: u-boot

Dear Angus,

On 10 September 2011 03:32,  <angus.ainslie@linaro.org> wrote:
> From: Angus Ainslie <angus.ainslie@linaro.org>
>
> Enable passing a flattened device tree to the kernel.
>
> Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
> ---
> ?include/configs/origen.h | ? ?3 +++
> ?1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/origen.h b/include/configs/origen.h
> index 889d5fc..380ef4f 100644
> --- a/include/configs/origen.h
> +++ b/include/configs/origen.h
> @@ -165,4 +165,7 @@
> ?#define COPY_BL2_SIZE ? ? ? ? ?0x80000
> ?#define BL2_START_OFFSET ? ? ? ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
> ?#define BL2_SIZE_BLOC_COUNT ? ?(COPY_BL2_SIZE/512)
> +
> +/* Enable devicetree support */
> +#define CONFIG_OF_LIBFDT
> ?#endif /* __CONFIG_H */
> --
> 1.7.4.1
>
>
> _______________________________________________
> Samsung mailing list
> Samsung at lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/samsung
>



-- 
with warm regards,
Chander Kashyap

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [Samsung] [PATCH] ORIGEN : enable device tree support
  2011-09-12  7:04 ` [U-Boot] [Samsung] " Chander Kashyap
@ 2011-09-16  8:34   ` Minkyu Kang
  0 siblings, 0 replies; 3+ messages in thread
From: Minkyu Kang @ 2011-09-16  8:34 UTC (permalink / raw)
  To: u-boot

Dear Angus Ainslie,

On 12 September 2011 16:04, Chander Kashyap <chander.kashyap@linaro.org> wrote:
> Dear Angus,
>
> On 10 September 2011 03:32, ?<angus.ainslie@linaro.org> wrote:
>> From: Angus Ainslie <angus.ainslie@linaro.org>
>>
>> Enable passing a flattened device tree to the kernel.
>>
>> Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
> Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
>> ---
>> ?include/configs/origen.h | ? ?3 +++
>> ?1 files changed, 3 insertions(+), 0 deletions(-)
>>

applied to u-boot-samsung.
Thanks.

Minkyu Kang
-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-16  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-09 22:02 [U-Boot] [PATCH] ORIGEN : enable device tree support angus.ainslie at linaro.org
2011-09-12  7:04 ` [U-Boot] [Samsung] " Chander Kashyap
2011-09-16  8:34   ` Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.