aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/pm9263.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-17 18:08:47 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:19 -0500
commit968c6210e6bc4c76edeeacc16f02aef2a14dd96f (patch)
treef0efc05e14169f9304b83481fdb6ad50279aabad /include/configs/pm9263.h
parentb2d1c828b973fc2355e6192610af56a4968261e0 (diff)
downloadu-boot-968c6210e6bc4c76edeeacc16f02aef2a14dd96f.tar.gz
Convert CONFIG_JFFS2_DEV et al to Kconfig
This converts the following to Kconfig: CONFIG_JFFS2_DEV CONFIG_JFFS2_LZO CONFIG_JFFS2_NAND CONFIG_JFFS2_PART_OFFSET CONFIG_JFFS2_PART_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/pm9263.h')
-rw-r--r--include/configs/pm9263.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index d4f78702981..e9eb736ecb1 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -179,11 +179,6 @@
#endif
-#define CONFIG_JFFS2_NAND 1
-#define CONFIG_JFFS2_DEV "nand0" /* NAND device jffs2 lives on */
-#define CONFIG_JFFS2_PART_OFFSET 0 /* start of jffs2 partition */
-#define CONFIG_JFFS2_PART_SIZE (256 * 1024 * 1024) /* partition size*/
-
/* PSRAM */
#define PHYS_PSRAM 0x70000000
#define PHYS_PSRAM_SIZE 0x00400000 /* 4MB */