]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
85xx: Drop FIT support to allow u-boot image to fit in 512k
authorKumar Gala <galak@kernel.crashing.org>
Wed, 10 Mar 2010 23:16:48 +0000 (17:16 -0600)
committerWolfgang Denk <wd@denx.de>
Thu, 11 Mar 2010 23:26:32 +0000 (00:26 +0100)
The 36-bit build exceeds the 512k size we have.  Removing FIT type image
support allows us to fit and we dont really use it.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/P2020DS.h

index f4509bd090a7782b9dcc77cf1120e03563d567f3..30a5a319bcc634719a4afaba451447e8585b5e9b 100644 (file)
@@ -400,10 +400,6 @@ extern unsigned long calculate_board_ddr_clk(unsigned long dummy);
 #define CONFIG_OF_BOARD_SETUP          1
 #define CONFIG_OF_STDOUT_VIA_ALIAS     1
 
-/* new uImage format support */
-#define CONFIG_FIT             1
-#define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
-
 /* I2C */
 #define CONFIG_FSL_I2C         /* Use FSL common I2C driver */
 #define CONFIG_HARD_I2C                /* I2C with hardware support */