diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2017-11-30 17:44:03 +0100 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2018-01-12 18:11:04 +0900 |
commit | 33678bd7f5a3cf7c8a226512e443ab7efbe3a8e2 (patch) | |
tree | 162d4bb54e2dbd4d26ae9fd1c99c05a7d6094805 /configs/openrd_client_defconfig | |
parent | cf17789e078fd23b95ee86ffc441e98709c2d063 (diff) | |
download | u-boot-33678bd7f5a3cf7c8a226512e443ab7efbe3a8e2.tar.gz |
configs: openrd: removed support for eMMC hardware partitioning
builds are broken because the size of the binary exceeds the limit.
Make some space by removing support for hardware partitioning as those
boards don't have any eMMC.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'configs/openrd_client_defconfig')
-rw-r--r-- | configs/openrd_client_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/openrd_client_defconfig b/configs/openrd_client_defconfig index 7a95b5b54f..e65c437d88 100644 --- a/configs/openrd_client_defconfig +++ b/configs/openrd_client_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_NAND=y CONFIG_MVSATA_IDE=y +# CONFIG_MMC_HW_PARTITIONING is not set CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |