kconfig: introduce kconfig for UBI
[platform/kernel/u-boot.git] / include / configs / omap3_logic.h
index 05a4361..6a60ec3 100644 (file)
 
 #include <configs/ti_omap3_common.h>
 
-/* Override default SPL info to minimize empty space and allow BCH8 in SPL */
+/*
+ * We are only ever GP parts and will utilize all of the "downloaded image"
+ * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in
+ * order to allow for BCH8 to fit in.
+ */
 #undef CONFIG_SPL_TEXT_BASE
-#undef CONFIG_SPL_MAX_SIZE
-#define CONFIG_SPL_TEXT_BASE   0x40200000
-#define CONFIG_SPL_MAX_SIZE    (SRAM_SCRATCH_SPACE_ADDR - CONFIG_SPL_TEXT_BASE)
+#define CONFIG_SPL_TEXT_BASE           0x40200000
 
 /* Display CPU and Board information */
 
@@ -91,7 +93,6 @@
 #ifdef CONFIG_NAND
 #define CONFIG_NAND_OMAP_GPMC
 
-#define CONFIG_CMD_UBI                 /* UBI-formated MTD partition support */
 #define CONFIG_CMD_UBIFS               /* Read-only UBI volume operations */
 #define CONFIG_RBTREE                  /* required by CONFIG_CMD_UBI */
 #define CONFIG_LZO                     /* required by CONFIG_CMD_UBIFS */