summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-12-21 16:09:07 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 21:27:16 +0100
commit28b11955267fb2d5c50304848f8869baed11e572 (patch)
tree042d0a9268d5c5c31058b7e97412e2314b76d26f
parent5a4c8b431fc8aa4c5e347ea12438edd1f187a8cd (diff)
colibri_vf: disable UBIFS support by default
U-Boot has grown to big with the enablement of FIT image. Since we boot from a separate UBI volume, U-Boot does not need access to the UBIFS. Also fix the maximum size, also consider the text base offset in gfxRAM. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--include/configs/colibri_vf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 1887cfcae5..9fc65a5843 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -94,8 +94,6 @@
#define CONFIG_DOS_PARTITION
#define CONFIG_RBTREE
-#define CONFIG_LZO
-#define CONFIG_CMD_UBIFS /* increases size by almost 60 KB */
#define CONFIG_FEC_MXC
#define CONFIG_MII
@@ -119,7 +117,7 @@
/* We boot from the gfxRAM area of the OCRAM. */
#define CONFIG_SYS_TEXT_BASE 0x3f408000
-#define CONFIG_BOARD_SIZE_LIMIT 524288
+#define CONFIG_BOARD_SIZE_LIMIT 491520
#define MEM_LAYOUT_ENV_SETTINGS \
"fdt_addr_r=0x82000000\0" \