From 731afd99c2122c6375b5b7bb06fd80f8efc0c5bf Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 22 Oct 2016 12:37:09 +0300 Subject: [PATCH] Ext4 patch for XU4 u-boot --- .../u-boot/u-boot-odroidxu-default/enable-ext4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patch/u-boot/u-boot-odroidxu-default/enable-ext4.patch diff --git a/patch/u-boot/u-boot-odroidxu-default/enable-ext4.patch b/patch/u-boot/u-boot-odroidxu-default/enable-ext4.patch new file mode 100644 index 0000000000..c32894d80a --- /dev/null +++ b/patch/u-boot/u-boot-odroidxu-default/enable-ext4.patch @@ -0,0 +1,12 @@ +diff --git a/include/configs/odroid.h b/include/configs/odroid.h +index 51cc43e..d000186 100755 +--- a/include/configs/odroid.h ++++ b/include/configs/odroid.h +@@ -243,6 +243,7 @@ + #define CONFIG_CMD_ELF + #define CONFIG_CMD_MMC + #define CONFIG_CMD_EXT2 ++#define CONFIG_CMD_EXT4 + #define CONFIG_CMD_FAT + #define CONFIG_CMD_BOOTZ +