diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-17 07:17:39 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-22 23:37:56 (GMT) |
commit | 6012c3b659d58ceac9b4e7f27900de6e3b09a6b4 (patch) | |
tree | 9467cced6781739f8a32b0f5186d72a0a5d0dff2 /configs/uniphier_sld3_defconfig | |
parent | c21f58548c812032207d986ca7b5baa0bb4a5972 (diff) | |
download | u-boot-6012c3b659d58ceac9b4e7f27900de6e3b09a6b4.tar.xz |
ARM: uniphier: disable CONFIG_SPL_DOS_PARTITION
The SPL for UniPhier platform does not recognize any partitions.
Do not compile unneeded features.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_sld3_defconfig')
-rw-r--r-- | configs/uniphier_sld3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig index 29f43cd..d4e3eed 100644 --- a/configs/uniphier_sld3_defconfig +++ b/configs/uniphier_sld3_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_CMD_FAT=y +# CONFIG_SPL_DOS_PARTITION is not set CONFIG_NET_RANDOM_ETHADDR=y CONFIG_GPIO_UNIPHIER=y CONFIG_MISC=y |