diff mbox

[U-Boot,2/2] snowball: Enable FDT

Message ID 1387039176-9304-3-git-send-email-rspliet@eclipso.eu
State Changes Requested
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Roy Spliet Dec. 14, 2013, 4:39 p.m. UTC
Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
---
 include/configs/snowball.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Jagan Teki Dec. 14, 2013, 5:08 p.m. UTC | #1
On Sat, Dec 14, 2013 at 10:09 PM, Roy Spliet <rspliet@eclipso.eu> wrote:
> Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
> ---
>  include/configs/snowball.h | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/include/configs/snowball.h b/include/configs/snowball.h
> index 6201b3f..4a19d2c 100644
> --- a/include/configs/snowball.h
> +++ b/include/configs/snowball.h
> @@ -259,4 +259,9 @@
>  #define CONFIG_SMC911X_SHIFT           1
>  #define CONFIG_SMC911X_BASE            0x50000000
>
> +/*
> + * Device tree
> + */
> +#define CONFIG_OF_LIBFDT
> +
>  #endif /* __CONFIG_H */

Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
diff mbox

Patch

diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index 6201b3f..4a19d2c 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -259,4 +259,9 @@ 
 #define CONFIG_SMC911X_SHIFT		1
 #define CONFIG_SMC911X_BASE		0x50000000
 
+/*
+ * Device tree
+ */
+#define CONFIG_OF_LIBFDT
+
 #endif	/* __CONFIG_H */