Skip to content
Snippets Groups Projects
Commit dcd441c3 authored by Liu Hui-R64343's avatar Liu Hui-R64343 Committed by Albert ARIBAUD
Browse files

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: default avatarJason Liu <r64343@freescale.com>
parent ec665d75
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment