diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-11 08:50:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-11 08:50:10 -0400 |
commit | d1e15041abf3ccd38169ae7aa8736f78200f8ee3 (patch) | |
tree | 460ad7dfaa95c4e14cf44f29e70ff48e1528fbc5 /configs | |
parent | 89aa19d0926b02f5d30460bbdba394819e891561 (diff) | |
parent | e39eed8f476b6f8861318fc122b546158edce259 (diff) | |
download | u-boot-d1e15041abf3ccd38169ae7aa8736f78200f8ee3.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'configs')
-rw-r--r-- | configs/uniphier_ld4_sld8_defconfig | 1 | ||||
-rw-r--r-- | configs/uniphier_v7_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_ld4_sld8_defconfig b/configs/uniphier_ld4_sld8_defconfig index a06e7916ee..7afdd7c1ca 100644 --- a/configs/uniphier_ld4_sld8_defconfig +++ b/configs/uniphier_ld4_sld8_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_TIME=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nand0=uniphier-nand.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=uniphier-nand.0:1m(firmware),-(UBI)" +CONFIG_CMD_UBI=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld4-ref" diff --git a/configs/uniphier_v7_defconfig b/configs/uniphier_v7_defconfig index fc33b72f3e..1b7bd5b299 100644 --- a/configs/uniphier_v7_defconfig +++ b/configs/uniphier_v7_defconfig @@ -26,6 +26,7 @@ CONFIG_CMD_TIME=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nand0=uniphier-nand.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=uniphier-nand.0:1m(firmware),-(UBI)" +CONFIG_CMD_UBI=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="uniphier-pxs2-vodka" |