Skip to content

Commit

Permalink
clean-up: Remove uselsess mentions of CONFIG_COMMAND_HISTORY
Browse files Browse the repository at this point in the history
These were reminders that somehow slipped through the cracks
or were erroneously introduced after previous clean-ups.

Getting rid of then once again. Hopefully for good now :)

Where missing and appropriate replace with CONFIG_CMDLINE_EDITING
which really enables shell history as of now.

Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Peter Griffin <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Steve Rae <[email protected]>
Cc: Jon Mason <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
abrodkin authored and trini committed Apr 27, 2017
1 parent d2366df commit a1b343d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion include/configs/bcm_ep_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
/* version string, parser, etc */
#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_EDITING
#define CONFIG_COMMAND_HISTORY
#define CONFIG_SYS_LONGHELP

#define CONFIG_CRC32_VERIFY
Expand Down
1 change: 0 additions & 1 deletion include/configs/bcm_northstar2.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

/* version string, parser, etc */
#define CONFIG_CMDLINE_EDITING
#define CONFIG_COMMAND_HISTORY
#define CONFIG_SYS_LONGHELP

#endif /* __BCM_NORTHSTAR2_H */
2 changes: 0 additions & 2 deletions include/configs/hikey.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
BOOTENV

/* Preserve environment on sd card */
#define CONFIG_COMMAND_HISTORY

#define CONFIG_ENV_SIZE 0x1000
#define CONFIG_ENV_IS_IN_FAT
#define FAT_ENV_INTERFACE "mmc"
Expand Down
2 changes: 1 addition & 1 deletion include/configs/rpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

/* Shell */
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_COMMAND_HISTORY
#define CONFIG_CMDLINE_EDITING

/* ATAGs support for bootm/bootz */
#define CONFIG_SETUP_MEMORY_TAGS
Expand Down
1 change: 0 additions & 1 deletion include/configs/sandbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

/* turn on command-line edit/c/auto */
#define CONFIG_CMDLINE_EDITING
#define CONFIG_COMMAND_HISTORY
#define CONFIG_AUTO_COMPLETE

#define CONFIG_ENV_SIZE 8192
Expand Down
1 change: 0 additions & 1 deletion include/configs/tao3530.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@

/* turn on command-line edit/hist/auto */
#define CONFIG_CMDLINE_EDITING
#define CONFIG_COMMAND_HISTORY
#define CONFIG_AUTO_COMPLETE

/* Print Buffer Size */
Expand Down
2 changes: 1 addition & 1 deletion include/configs/tegra-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#define CONFIG_ENV_OVERWRITE

/* turn on command-line edit/hist/auto */
#define CONFIG_COMMAND_HISTORY
#define CONFIG_CMDLINE_EDITING

/*
* Increasing the size of the IO buffer as default nfsargs size is more
Expand Down
1 change: 0 additions & 1 deletion include/configs/x86-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#define CONFIG_SYS_NS16550_PORT_MAPPED

#define CONFIG_CMDLINE_EDITING
#define CONFIG_COMMAND_HISTORY
#define CONFIG_AUTO_COMPLETE

#define CONFIG_SUPPORT_VFAT
Expand Down
1 change: 0 additions & 1 deletion scripts/config_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ CONFIG_CM_TCRAM
CONFIG_CNTL
CONFIG_COLDFIRE
CONFIG_COMMANDS
CONFIG_COMMAND_HISTORY
CONFIG_COMMON_BOOT
CONFIG_COMMON_ENV_MISC
CONFIG_COMMON_ENV_SETTINGS
Expand Down

0 comments on commit a1b343d

Please sign in to comment.