Skip to content
Snippets Groups Projects
Commit 464bed5c authored by Shawn Guo's avatar Shawn Guo Committed by Albert ARIBAUD
Browse files

mx5: Fix CONFIG_OF_LIBFDT redefined warning


With the following commit, CONFIG_OF_LIBFDT is redefined.

  2fa8ca98
  Add CONFIG_OF_LIBFDT to more boards.

Remove the duplicated definition to fix CONFIG_OF_LIBFDT redefined
warning.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent b78b40f6
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,4 @@
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT
#endif
......@@ -192,6 +192,4 @@
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT
#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