diff options
| author | Michal Simek <[email protected]> | 2024-11-15 09:38:55 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-11-19 15:57:31 +0100 |
| commit | 57066053b6f6b60a72fa82138ae92a44511cc9d4 (patch) | |
| tree | 4c04e63ee1b38c68d1cbe593edd873a2a0c72c9c /include | |
| parent | 253b26a72f93d66a816b5eb109aa3fdb46fb05c7 (diff) | |
microblaze: Disable JFFS2 support
JFFS2 is not maintained for quite a long time and none should be using it.
Please use other filesystems for flashes like UBIFS instead.
Also remove jffs to MTD map but MTD map is for example that's why it won't
affect anything.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/a8239acee8886229fdbff66142c46d522e3fe851.1731659933.git.michal.simek@amd.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/microblaze-generic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 6740ab2be3e..3bcc4c48dc8 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -82,7 +82,7 @@ "nor0=flash-0\0"\ "mtdparts=mtdparts=flash-0:"\ "256k(u-boot),256k(env),3m(kernel),"\ - "1m(romfs),1m(cramfs),-(jffs2)\0"\ + "1m(romfs),1m(cramfs),-(fs)\0"\ "nc=setenv stdout nc;"\ "setenv stdin nc\0" \ "serial=setenv stdout serial;"\ |
