mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
configs: ipq9574: Disable unused configs
This patch disables unused configs to reduce U-Boot image size. This is required since the image size was very close to the partition size. Change-Id: Ibd3131cb0f579deb3d34aff6857c97ca7338af19 Signed-off-by: Selvam Sathappan Periakaruppan <quic_speriaka@quicinc.com>
This commit is contained in:
parent
5a1b34b9d2
commit
7eaa8ee017
1 changed files with 9 additions and 0 deletions
|
|
@ -404,4 +404,13 @@ extern loff_t board_env_size;
|
|||
#define CONFIG_IPQ_FDT_FIXUP
|
||||
#define CONFIG_ARMV7_PSCI
|
||||
#define CONFIG_VERSION_ROLLBACK_PARTITION_INFO
|
||||
|
||||
/*
|
||||
* Undefine configs not needed
|
||||
*/
|
||||
#undef CONFIG_BOOTM_NETBSD
|
||||
#undef CONFIG_BOOTM_PLAN9
|
||||
#undef CONFIG_BOOTM_RTEMS
|
||||
#undef CONFIG_BOOTM_VXWORKS
|
||||
|
||||
#endif /* _IPQ9574_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue