From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Baatz Date: Fri, 20 Jul 2012 21:59:15 +0200 Subject: [U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree In-Reply-To: <1342814355-25472-1-git-send-email-gmbnomis@gmail.com> References: <1342814355-25472-1-git-send-email-gmbnomis@gmail.com> Message-ID: <1342814355-25472-2-git-send-email-gmbnomis@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Support for the IB-NAS62x0 was added to the Linux mainline kernel as of 3.5-rc1 using flattened devicetree. Change the config for this board accordingly. Signed-off-by: Simon Baatz Cc: Luka Perkov Cc: Prafulla Wadaskar --- include/configs/ib62x0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 85856f2..34c83a4 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -37,9 +37,9 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ /* - * Machine type + * Enable device tree support */ -#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 +#define CONFIG_OF_LIBFDT /* * Compression configuration -- 1.7.9.5