commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=76e38653fd6f6cee29028a5aece3bdd2c904fcb3 branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/heads/2012R2
Remove VIDEO and NAND supports from default config to reduce size of u-boot.ldr for bf548-ezkit. Signed-off-by: Bob Liu <lliu...@gmail.com> --- include/configs/bf548-ezkit.h | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index e6b05db..1507eed 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -120,19 +120,6 @@ #define CONFIG_ENV_SECT_SIZE 0x8000 #endif - -/* - * NAND Settings - */ -#define CONFIG_BFIN_NFC_CTL_VAL 0x0033 -#if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND) -# define CONFIG_BFIN_NFC_BOOTROM_ECC -#endif -#define CONFIG_DRIVER_NAND_BFIN -#define CONFIG_SYS_NAND_BASE 0 /* not actually used */ -#define CONFIG_SYS_MAX_NAND_DEVICE 1 - - /* * I2C Settings */ @@ -184,15 +171,6 @@ #define CONFIG_UART_CONSOLE 1 #define CONFIG_BFIN_SPI_IMG_SIZE 0x50000 -#ifndef __ADSPBF542__ -/* Don't waste time transferring a logo over the UART */ -# if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART) -# define CONFIG_VIDEO -# define EASYLOGO_HEADER <asm/bfin_logo_230x230_gzip.h> -# endif -# define CONFIG_DEB_DMA_URGENT -#endif - /* Define if want to do post memory test */ #undef CONFIG_POST #ifdef CONFIG_POST
_______________________________________________ U-Boot-commits mailing list U-Boot-commits@blackfin.uclinux.org https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits