Commit 33678bd7f5a3cf7c8a226512e443ab7efbe3a8e2

Authored by Jean-Jacques Hiblot
Committed by Jaehoon Chung
1 parent cf17789e07

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>

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

configs/openrd_base_defconfig
... ... @@ -25,6 +25,7 @@
25 25 CONFIG_ISO_PARTITION=y
26 26 CONFIG_ENV_IS_IN_NAND=y
27 27 CONFIG_MVSATA_IDE=y
  28 +# CONFIG_MMC_HW_PARTITIONING is not set
28 29 CONFIG_SYS_NS16550=y
29 30 CONFIG_USB=y
30 31 CONFIG_USB_EHCI_HCD=y
configs/openrd_client_defconfig
... ... @@ -25,6 +25,7 @@
25 25 CONFIG_ISO_PARTITION=y
26 26 CONFIG_ENV_IS_IN_NAND=y
27 27 CONFIG_MVSATA_IDE=y
  28 +# CONFIG_MMC_HW_PARTITIONING is not set
28 29 CONFIG_SYS_NS16550=y
29 30 CONFIG_USB=y
30 31 CONFIG_USB_EHCI_HCD=y
configs/openrd_ultimate_defconfig
... ... @@ -25,6 +25,7 @@
25 25 CONFIG_ISO_PARTITION=y
26 26 CONFIG_ENV_IS_IN_NAND=y
27 27 CONFIG_MVSATA_IDE=y
  28 +# CONFIG_MMC_HW_PARTITIONING is not set
28 29 CONFIG_SYS_NS16550=y
29 30 CONFIG_USB=y
30 31 CONFIG_USB_EHCI_HCD=y