]> git.sur5r.net Git - u-boot/blobdiff - include/configs/omap3_sdp3430.h
cosmetic: spell fixes etc.
[u-boot] / include / configs / omap3_sdp3430.h
index 470898152e6bced67d017e2ed7cd8459630d73e5..55bbcd4e5fb4c775baa37e5f838155677a607e70 100644 (file)
@@ -71,6 +71,8 @@
 #define CONFIG_INITRD_TAG              1
 #define CONFIG_REVISION_TAG            1
 
+#define CONFIG_OF_LIBFDT               1
+
 /*
  * Size of malloc() pool
  * Total Size Environment - 256k
@@ -78,7 +80,6 @@
  */
 #define CONFIG_ENV_SIZE                        (256 << 10)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (256 << 10))
-                                               /* initial data */
 
 /*--------------------------------------------------------------------------*/
 
  *  - rest for filesystem
  */
 
-/*--------------------------------------------------------------------------*/
-
-#ifndef __ASSEMBLY__
-extern unsigned int boot_flash_base;
-extern volatile unsigned int boot_flash_env_addr;
-extern unsigned int boot_flash_off;
-extern unsigned int boot_flash_sec;
-extern unsigned int boot_flash_type;
-#endif
-
 #endif                         /* __CONFIG_H */