]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx5: Fix CONFIG_OF_LIBFDT redefined warning
authorShawn Guo <shawn.guo@linaro.org>
Tue, 3 May 2011 20:13:17 +0000 (20:13 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 23 May 2011 06:36:46 +0000 (08:36 +0200)
With the following commit, CONFIG_OF_LIBFDT is redefined.

  2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683
  Add CONFIG_OF_LIBFDT to more boards.

Remove the duplicated definition to fix CONFIG_OF_LIBFDT redefined
warning.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
include/configs/mx51evk.h
include/configs/mx53evk.h

index febe8d86ff9203194a79bde15c721b7c31bc1b87..207b20c2e335be8a63f60d63ea1b75487ab56450 100644 (file)
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
-#define CONFIG_OF_LIBFDT
-
 #endif
index 74aee89e549698920acdfadc5968ce0a9a226099..78122a7ba87e7b3dd717842072d7d62d1989442c 100644 (file)
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
-#define CONFIG_OF_LIBFDT
-
 #endif                         /* __CONFIG_H */