From 28b11955267fb2d5c50304848f8869baed11e572 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 21 Dec 2016 16:09:07 +0100 Subject: 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 Acked-by: Max Krummenacher --- include/configs/colibri_vf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/configs/colibri_vf.h') 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" \ -- cgit v1.2.3