Convert CONFIG_CMD_JFFS2 to Kconfig
[platform/kernel/u-boot.git] / include / configs / pm9g45.h
index 3ec8ee1..5e58b6b 100644 (file)
@@ -69,7 +69,6 @@
  */
 #define CONFIG_CMD_NAND                1
 
-#define CONFIG_CMD_JFFS2               1
 #define CONFIG_JFFS2_CMDLINE           1
 #define CONFIG_JFFS2_NAND              1
 #define CONFIG_JFFS2_DEV               "nand0" /* NAND dev jffs2 lives on */
@@ -81,9 +80,6 @@
 #define PHYS_SDRAM                     0x70000000
 #define PHYS_SDRAM_SIZE                        0x08000000      /* 128 megs */
 
-/* NOR flash, not available */
-#define CONFIG_SYS_NO_FLASH            1
-
 /* NAND flash */
 #ifdef CONFIG_CMD_NAND
 #define CONFIG_NAND_ATMEL
                                "2M(linux)ro,-(root) rw " \
                                "rootfstype=jffs2"
 
-#define CONFIG_BAUDRATE                        115200
-
 #define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \