diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-17 16:17:55 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-23 08:37:56 +0900 |
commit | c05a59d2947894350c0ea7a2507aee70b3e91d8b (patch) | |
tree | d6ac974e1aa604b9508ff31c1f4d64b4afc04063 /configs/uniphier_v8_defconfig | |
parent | 6012c3b659d58ceac9b4e7f27900de6e3b09a6b4 (diff) | |
download | u-boot-c05a59d2947894350c0ea7a2507aee70b3e91d8b.tar.gz u-boot-c05a59d2947894350c0ea7a2507aee70b3e91d8b.tar.xz u-boot-c05a59d2947894350c0ea7a2507aee70b3e91d8b.zip |
ARM: uniphier: enable CONFIG_CMD_GPT
Enable CONFIG_CMD_GPT, keeping CONFIG_SPL_EFI_PARTITION because the
SPL for UniPhier platform does not recognize any partitions.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_v8_defconfig')
-rw-r--r-- | configs/uniphier_v8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index 5dadc4c5a8..cb972b2cc2 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -9,6 +9,7 @@ CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld20-ref" CONFIG_HUSH_PARSER=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_ENV_EXISTS is not set +CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y |