Просмотр исходного кода

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 <r64343@freescale.com>
Liu Hui-R64343 14 лет назад
Родитель
Сommit
dcd441c325
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      include/configs/mx51evk.h
  2. 3 0
      include/configs/mx53evk.h

+ 3 - 0
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

+ 3 - 0
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 */