]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/sh7785lcr.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / sh7785lcr.h
index 48a77197fd9e5baf9756f36ec2f1a9cbbae0d1bc..b175a6f69d967d3037ae08325c7297e32a62637d 100644 (file)
 #define __SH7785LCR_H
 
 #define CONFIG_CPU_SH7785      1
-#define CONFIG_SH7785LCR       1
-
-#define CONFIG_CMD_PCI
-#define CONFIG_CMD_SDRAM
-#define CONFIG_CMD_SH_ZIMAGEBOOT
-
-#define CONFIG_BOOTARGS                "console=ttySC1,115200 root=/dev/nfs ip=dhcp"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "bootdevice=0:1\0"                                              \
@@ -27,7 +20,6 @@
 
 /* MEMORY */
 #if defined(CONFIG_SH_32BIT)
-#define CONFIG_SYS_TEXT_BASE           0x8FF80000
 /* 0x40000000 - 0x47FFFFFF does not use */
 #define CONFIG_SH_SDRAM_OFFSET         (0x8000000)
 #define SH7785LCR_SDRAM_PHYS_BASE      (0x40000000 + CONFIG_SH_SDRAM_OFFSET)
@@ -37,7 +29,6 @@
 #define SH7785LCR_FLASH_BANK_SIZE      (64 * 1024 * 1024)
 #define SH7785LCR_USB_BASE             (0xa6000000)
 #else
-#define CONFIG_SYS_TEXT_BASE           0x0FF80000
 #define SH7785LCR_SDRAM_BASE           (0x08000000)
 #define SH7785LCR_SDRAM_SIZE           (128 * 1024 * 1024)
 #define SH7785LCR_FLASH_BASE_1         (0xa0000000)
 #define SH7785LCR_USB_BASE             (0xb4000000)
 #endif
 
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_PBSIZE              256
-#define CONFIG_SYS_MAXARGS             16
-#define CONFIG_SYS_BARGSIZE            512
 #define CONFIG_SYS_BAUDRATE_TABLE      { 115200 }
 
 /* SCIF */