[U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot

Adnan Ali (2): Enable btrfs support in mx53loco config Introduced btrfs file-system with btrload command
Makefile | 1 + common/Makefile | 1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1347 ++++++++++++++++++++++++++++++++++++++++++++ fs/fs.c | 10 + include/btrfs.h | 416 ++++++++++++++ include/config_fallbacks.h | 4 + include/configs/mx53loco.h | 4 +- include/crc.h | 8 + include/fs.h | 1 + lib/Makefile | 1 + lib/crc32_c.c | 40 ++ 13 files changed, 1948 insertions(+), 1 deletion(-) create mode 100644 common/cmd_btr.c create mode 100644 fs/btrfs/Makefile create mode 100644 fs/btrfs/btrfs.c create mode 100644 include/btrfs.h create mode 100644 lib/crc32_c.c

Dear Adnan Ali,
In message 1367660859-10606-1-git-send-email-adnan9901@yahoo.com you wrote:
Adnan Ali (2): Enable btrfs support in mx53loco config Introduced btrfs file-system with btrload command
You should swap the order of your patches. You cannot enable something before it exists in the source tree.
Best regards,
Wolfgang Denk
participants (2)
-
Adnan Ali
-
Wolfgang Denk