Message ID | 20170903150031.18179-10-marek.behun@nic.cz |
---|---|
State | Accepted |
Commit | 32c778637b999e874a5a92c2572b8c94bd9cdb11 |
Delegated to: | Tom Rini |
Headers | show |
Series | Add single-device read-only BTRFS support | expand |
On Sun, Sep 03, 2017 at 05:00:31PM +0200, Marek BehĂșn wrote: > Signed-off-by: Marek Behun <marek.behun@nic.cz> > > diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig > index a3834acb96..9a456e67aa 100644 Applied to u-boot/master, thanks!
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index a3834acb96..9a456e67aa 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -26,6 +26,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y +CONFIG_CMD_BTRFS=y # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SPL_OF_TRANSLATE=y
Signed-off-by: Marek Behun <marek.behun@nic.cz>