mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq5018: Tiny U-boot: Remove unwanted features.
This code changes remove the list of features given below which is not required for tiny u-boot. 1.CONFIG_EFI_PARTITION 2.CONFIG_RBTREE 3.CONFIG_CMD_CACHE 4.CONFIG_CMD_BOOTZ Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I8174686db1e30334512fb2c77e77aa9ae101e023
This commit is contained in:
parent
78ff936e75
commit
1df5cd41f6
1 changed files with 6 additions and 4 deletions
|
|
@ -24,7 +24,6 @@
|
||||||
#define CONFIG_SPI_FLASH_CYPRESS
|
#define CONFIG_SPI_FLASH_CYPRESS
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
#define CONFIG_SYS_CACHELINE_SIZE 64
|
#define CONFIG_SYS_CACHELINE_SIZE 64
|
||||||
#define CONFIG_CMD_CACHE
|
|
||||||
#define CONFIG_IPQ_NO_RELOC
|
#define CONFIG_IPQ_NO_RELOC
|
||||||
|
|
||||||
#define CONFIG_SYS_VSNPRINTF
|
#define CONFIG_SYS_VSNPRINTF
|
||||||
|
|
@ -177,7 +176,6 @@ extern loff_t board_env_size;
|
||||||
#define CONFIG_IPQ_4B_ADDR_SWITCH_REQD
|
#define CONFIG_IPQ_4B_ADDR_SWITCH_REQD
|
||||||
|
|
||||||
#define CONFIG_QUP_SPI_USE_DMA 1
|
#define CONFIG_QUP_SPI_USE_DMA 1
|
||||||
#define CONFIG_EFI_PARTITION
|
|
||||||
#define CONFIG_QCA_BAM 1
|
#define CONFIG_QCA_BAM 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -194,6 +192,7 @@ extern loff_t board_env_size;
|
||||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||||
#define CONFIG_SDHCI_SUPPORT
|
#define CONFIG_SDHCI_SUPPORT
|
||||||
#define CONFIG_MMC_ADMA
|
#define CONFIG_MMC_ADMA
|
||||||
|
#define CONFIG_EFI_PARTITION
|
||||||
/*
|
/*
|
||||||
* eMMC controller support only 4-bit
|
* eMMC controller support only 4-bit
|
||||||
* force SDHC driver to 4-bit mode
|
* force SDHC driver to 4-bit mode
|
||||||
|
|
@ -299,9 +298,11 @@ extern loff_t board_env_size;
|
||||||
#define CONFIG_MTD_PARTITIONS
|
#define CONFIG_MTD_PARTITIONS
|
||||||
#define NUM_ALT_PARTITION 16
|
#define NUM_ALT_PARTITION 16
|
||||||
|
|
||||||
#define CONFIG_RBTREE
|
#ifndef CONFIG_IPQ_TINY
|
||||||
|
|
||||||
#define CONFIG_CMD_BOOTZ
|
#define CONFIG_CMD_BOOTZ
|
||||||
|
#define CONFIG_CMD_CACHE
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CONFIG_FDT_FIXUP_PARTITIONS
|
#define CONFIG_FDT_FIXUP_PARTITIONS
|
||||||
|
|
||||||
#define CONFIG_IPQ_FDT_FIXUP
|
#define CONFIG_IPQ_FDT_FIXUP
|
||||||
|
|
@ -353,6 +354,7 @@ extern loff_t board_env_size;
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_UBI_WRITE
|
#ifdef CONFIG_UBI_WRITE
|
||||||
#define CONFIG_CMD_UBI
|
#define CONFIG_CMD_UBI
|
||||||
|
#define CONFIG_RBTREE
|
||||||
#define IPQ_UBI_VOL_WRITE_SUPPORT
|
#define IPQ_UBI_VOL_WRITE_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue