diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-03-10 17:16:48 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-12 00:26:32 +0100 |
commit | ca02f6f8dc4966b2a019b15e01b5070189327df2 (patch) | |
tree | 5049148dcbd95d454f2deac95d33338c116e4b6a | |
parent | 5f8419597f427aaf9bb501460735d703d10db5ee (diff) | |
download | u-boot-imx-ca02f6f8dc4966b2a019b15e01b5070189327df2.zip u-boot-imx-ca02f6f8dc4966b2a019b15e01b5070189327df2.tar.gz u-boot-imx-ca02f6f8dc4966b2a019b15e01b5070189327df2.tar.bz2 |
85xx: Drop FIT support to allow u-boot image to fit in 512k
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>
-rw-r--r-- | include/configs/P2020DS.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index f4509bd..30a5a31 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -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 */ |