X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Forigen.h;h=172bf1472bf69a8d160be1629f61ab0e69679013;hb=219f4788d33b04e394d4ade1feaedc0292acc790;hp=367f991848b3119e6d14cf0cfb6c7408f4ddbcfe;hpb=8fa3d2b8161bb73b759c9db5c811c885ca5ec60c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/origen.h b/include/configs/origen.h index 367f991..172bf14 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -83,7 +83,7 @@ /* Command definition*/ #include -#define CONFIG_CMD_PING +#undef CONFIG_CMD_PING #define CONFIG_CMD_ELF #define CONFIG_CMD_DHCP #define CONFIG_CMD_MMC @@ -102,7 +102,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_PROMPT "ORIGEN # " #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size*/ #define CONFIG_SYS_PBSIZE 384 /* Print Buffer Size */ @@ -117,9 +116,6 @@ #define CONFIG_SYS_HZ 1000 -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* Stack sizes */ #define CONFIG_STACKSIZE (256 << 10) /* 256KB */