summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-10-31 18:20:28 +0000
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-10-31 18:20:28 +0000
commited4dcab3bf15221066d0f383abb8789a3f97ca66 (patch)
tree94bde85567039cb8e3580190f976dfefb7264894
parentcd9a0ec53f4c1bf729abf40c6ee461db6b4cec8d (diff)
warp7: defconfig: Make default fs type ext4
The secure image we are producing based on this defconfig will be entirely based on ext4 everywhere. Make the conversion to ext4 now, without affecting the default WaRP7 images which will continue to have FAT on the first partition. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--configs/warp7_secure_optee_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/warp7_secure_optee_defconfig b/configs/warp7_secure_optee_defconfig
index 8d70dfa25a..a8bc2b1b7e 100644
--- a/configs/warp7_secure_optee_defconfig
+++ b/configs/warp7_secure_optee_defconfig
@@ -40,4 +40,4 @@ CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
CONFIG_OF_LIBFDT=y
CONFIG_OPTEE=y
CONFIG_OPTEE_LOAD_ADDR=0x84000000
-CONFIG_LOADCMD_FAT=y
+CONFIG_LOADCMD_EXT4=y