diff options
| author | Tom Rini <[email protected]> | 2021-12-17 18:08:47 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 16:20:19 -0500 |
| commit | 968c6210e6bc4c76edeeacc16f02aef2a14dd96f (patch) | |
| tree | f0efc05e14169f9304b83481fdb6ad50279aabad /include/configs/devkit8000.h | |
| parent | b2d1c828b973fc2355e6192610af56a4968261e0 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/configs/devkit8000.h')
| -rw-r--r-- | include/configs/devkit8000.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index d813d924a68..9282f837285 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -46,15 +46,6 @@ /* TWL4030 */ -/* Board NAND Info */ -#define CONFIG_JFFS2_NAND -/* nand device jffs2 lives on */ -#define CONFIG_JFFS2_DEV "nand0" -/* start of jffs2 partition */ -#define CONFIG_JFFS2_PART_OFFSET 0x680000 -#define CONFIG_JFFS2_PART_SIZE 0xf980000 /* size of jffs2 */ - /* partition */ - /* BOOTP/DHCP options */ #define CONFIG_BOOTP_NISDOMAIN #define CONFIG_BOOTP_BOOTFILESIZE |
