diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-22 20:41:25 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 19:09:40 (GMT) |
commit | 78d1e1d0a157c8b48ea19be6170b992745d30f38 (patch) | |
tree | 5d536a283e4e72c28f08a261435c9dff532f22b4 /include/configs/cyrus.h | |
parent | 4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (diff) | |
download | u-boot-fsl-qoriq-78d1e1d0a157c8b48ea19be6170b992745d30f38.tar.xz |
configs: Re-sync almost all of cmd/Kconfig
This syncs up the current cmd/Kconfig and include/configs/ files with the
only exception being CMD_NAND. Due to how we have used this historically
we need to take further care here when converting.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cyrus.h')
-rw-r--r-- | include/configs/cyrus.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 1691cea..701f59e 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -436,13 +436,10 @@ /* * Command line configuration. */ -#define CONFIG_CMD_DHCP #define CONFIG_CMD_ERRATA #define CONFIG_CMD_GREPENV #define CONFIG_CMD_IRQ -#define CONFIG_CMD_I2C #define CONFIG_CMD_MII -#define CONFIG_CMD_PING #define CONFIG_CMD_REGINFO #ifdef CONFIG_PCI @@ -456,7 +453,6 @@ #define CONFIG_HAS_FSL_MPH_USB #if defined(CONFIG_HAS_FSL_DR_USB) || defined(CONFIG_HAS_FSL_MPH_USB) -#define CONFIG_CMD_USB #define CONFIG_USB_STORAGE #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_FSL @@ -489,7 +485,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else |