commit | 89de4ad30bc57b57b3b210e4cb455c26eabaec4f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Sep 28 17:40:11 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 21 11:54:13 2022 +0200 |
tree | 8a2d37ff5e83482648fa8edb01db7d7ee1d879ae | |
parent | 3183fdda53ffb9a0b4bce514e63b9d31c2dbf51d [diff] |
ARM: imx: Enable btrfs support on DHSOM The btrfs filesystem provides advanced functionality like copy-on-write and snapshots, as well as metadata and data duplication and checksumming. Enable btrfs in U-Boot to permit even the primary partition to be btrfs and let system boot from it. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>