From dcd441c32560a823019c720fb034ff425efbc376 Mon Sep 17 00:00:00 2001 From: Liu Hui-R64343 Date: Mon, 21 Feb 2011 00:14:33 +0000 Subject: [PATCH] MX5: Enable flat-device-tree support on mx51/53 evk board device tree for uboot arm support has already been enabled in the master branch. This patch enable device tree support for mx51/53 evk board for DT test. Signed-off-by: Jason Liu --- include/configs/mx51evk.h | 3 +++ include/configs/mx53evk.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 8da8222127..50caacdb87 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -224,4 +224,7 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_OF_LIBFDT +#define CONFIG_SYS_BOOTMAPSZ 0x800000 + #endif diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index f2a5752750..6ac910b6d9 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -190,4 +190,7 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_OF_LIBFDT +#define CONFIG_SYS_BOOTMAPSZ 0x800000 + #endif /* __CONFIG_H */ -- 2.39.2