Nikita Kiryanov
181bd9dc61
kconfig: add config option for shell prompt
...
Add option to set shell prompt string from menuconfig and migrate
boards globally.
The migration is done as follows:
- Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the
entry moved to their defconfig files.
- Boards that defined some kind of #ifdef logic which selects the
CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT
right before the #ifdef logic and were left alone.
- This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus
CONFIG_SYS_PROMPT was removed from all <soc>_common.h and <arch>_common.h
files. This results in a streamlined default value across platforms, and
includes the following files: spear-common, sunxi-common, mv-common,
ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common.
- Boards that relied on <arch/soc>_common.h values of CONFIG_SYS_PROMPT were
not updated in their respective defconfig files under the assumption that
since they did not explicitly define a value, they're fine with whatever
the default is.
- On the other hand, boards that relied on a value defined in some
<boards>_common.h file such as woodburn_common, rpi-common,
bur_am335x_common, ls2085a_common, siemens_am33x_common, and
omap3_evm_common, had their values moved to the respective defconfig files.
- The define V_PROMPT was removed, since it is not used anywhere except for
assigning a value for CONFIG_SYS_PROMPT.
Cc: Tom Rini <trini@konsulko.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
[trini: Add spring, sniper, smartweb to conversion]
Signed-off-by: Tom Rini <trini@konsulko.com>
2015-08-13 07:19:33 -04:00
..
2015-08-12 20:47:56 -04:00
2014-10-27 17:54:09 -04:00
2015-06-08 17:32:40 -04:00
2013-04-01 16:33:52 -04:00
2015-08-05 08:43:46 -06:00
2015-08-05 08:42:39 -06:00
2015-05-10 09:59:38 -04:00
2015-01-14 11:37:39 -05:00
2015-05-28 08:18:21 -04:00
2014-05-29 17:49:00 -04:00
2013-07-24 09:44:38 -04:00
2014-09-15 13:32:55 -04:00
2014-11-24 12:06:06 -05:00
2015-08-12 20:47:13 -04:00
2015-08-12 20:47:13 -04:00
2014-10-27 11:03:33 -04:00
2014-03-21 16:43:58 -04:00
2013-07-24 09:44:38 -04:00
2015-04-10 11:54:08 -04:00
2015-06-11 08:29:14 -04:00
2014-06-11 16:25:47 -04:00
2015-02-25 13:19:48 -08:00
2015-06-10 19:26:54 -06:00
2013-07-24 09:44:38 -04:00
2015-05-28 08:18:21 -04:00
2014-05-29 17:45:31 -04:00
2015-04-18 11:11:37 -06:00
2014-07-18 17:53:23 -04:00
2013-07-24 09:44:38 -04:00
2014-02-04 16:32:20 +01:00
2013-07-24 09:44:38 -04:00
2015-07-14 18:03:15 -06:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2015-07-14 18:03:16 -06:00
2014-05-29 17:45:31 -04:00
2015-04-18 11:11:09 -06:00
2015-04-14 10:18:49 +02:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2013-07-24 09:44:38 -04:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2015-02-17 10:42:53 +01:00
2015-08-05 08:44:07 -06:00
2015-04-18 11:11:35 -06:00
2013-07-24 09:44:38 -04:00
2014-07-22 07:44:25 -04:00
2014-11-23 06:49:04 -05:00
2015-07-22 08:57:53 +02:00
2015-04-18 11:11:09 -06:00
2014-06-05 14:44:56 -04:00
2015-07-20 07:21:47 -06:00
2014-11-07 16:27:08 -05:00
2013-07-24 09:44:38 -04:00
2015-01-30 09:19:17 -05:00
2014-11-19 08:48:41 +01:00
2014-11-23 06:49:01 -05:00
2015-01-29 13:36:54 -05:00
2014-12-08 09:35:43 -05:00
2015-01-30 09:19:16 -05:00
2014-10-26 14:03:08 -04:00
2015-03-05 11:17:53 -05:00
2014-12-29 16:31:24 -05:00
2013-07-24 09:44:38 -04:00
2015-04-19 14:45:57 -06:00
2015-05-14 18:49:33 -06:00
2015-06-04 02:39:39 -06:00
2014-03-07 10:59:06 -05:00
2013-08-19 15:45:35 -04:00
2014-10-27 17:54:09 -04:00
2014-06-20 11:54:29 -06:00
2013-10-14 16:06:53 -04:00
2014-06-05 14:38:38 -04:00
2013-07-24 09:44:38 -04:00
2015-04-23 09:43:08 -04:00
2013-07-24 09:44:38 -04:00
2015-01-29 17:09:57 -07:00
2014-07-23 14:07:23 +01:00
2015-04-18 11:11:09 -06:00
2013-07-24 09:44:38 -04:00
2015-04-18 11:11:09 -06:00
2013-11-22 16:50:52 -06:00
2015-05-28 08:18:21 -04:00
2013-10-16 09:24:38 -04:00
2015-04-20 17:57:12 -05:00
2013-07-24 09:44:38 -04:00
2014-03-24 12:58:56 +02:00
2015-02-23 19:34:29 +02:00
2015-07-28 11:56:29 +02:00
2014-09-15 13:32:55 -04:00
2015-06-30 00:40:11 +05:30
2015-04-18 11:11:35 -06:00
2015-05-21 09:13:19 -04:00
2015-06-30 00:40:11 +05:30
2014-05-23 11:53:05 +03:00
2015-06-19 16:46:47 -04:00
2015-04-16 19:27:43 -06:00
2015-01-05 12:08:55 -05:00
2015-05-14 19:58:34 -06:00
2013-07-24 09:44:38 -04:00
2015-07-27 15:53:48 -07:00
2012-12-11 13:17:33 -07:00
2013-07-24 09:44:38 -04:00
2015-08-05 21:06:13 -06:00
2013-11-08 15:25:13 -05:00
2014-11-24 12:00:00 +01:00
2015-07-11 08:01:54 -04:00
2015-05-14 07:03:15 -04:00
2015-07-14 18:03:15 -06:00
2014-06-19 11:19:04 -04:00
2013-05-13 16:26:12 +08:00
2013-07-24 09:44:38 -04:00
2015-08-12 20:47:56 -04:00
2014-10-22 10:36:47 -06:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2015-06-30 00:40:11 +05:30
2015-04-14 05:48:11 +02:00
2014-05-12 15:19:46 -04:00
2013-07-24 09:44:38 -04:00
2015-04-18 11:11:09 -06:00
2015-07-21 17:39:38 -06:00
2015-04-10 11:54:06 -04:00
2014-08-25 19:25:55 -04:00
2013-10-14 16:06:53 -04:00
2015-04-22 12:14:55 -04:00
2015-04-14 09:50:47 +02:00
2015-08-05 20:57:50 -06:00
2013-07-24 09:44:38 -04:00
2015-04-18 11:11:09 -06:00
2015-03-05 20:13:20 -05:00
2013-11-08 15:25:13 -05:00
2013-07-24 09:44:38 -04:00
2015-08-05 08:42:39 -06:00
2015-07-21 17:39:22 -06:00
2015-04-18 11:11:16 -06:00
2014-04-22 17:58:48 -07:00
2015-04-23 09:05:53 -06:00
2013-04-01 16:33:52 -04:00
2015-05-13 09:24:10 -07:00
2015-05-21 09:13:19 -04:00
2015-05-21 09:13:19 -04:00
2014-07-22 07:44:26 -04:00
2014-03-21 16:43:59 -04:00
2014-06-05 14:44:56 -04:00
2014-06-05 17:01:59 -04:00
2014-11-23 06:49:04 -05:00
2015-05-21 09:13:19 -04:00
2014-04-17 17:44:36 -04:00
2015-05-27 13:35:54 -04:00
2015-05-19 15:00:56 +02:00
2013-10-14 16:06:53 -04:00
2014-03-21 16:43:59 -04:00
2014-03-21 16:43:59 -04:00
2013-10-14 16:06:53 -04:00
2015-04-07 08:41:10 -04:00
2014-03-21 16:43:59 -04:00
2015-07-20 11:44:37 -07:00
2015-04-14 10:19:04 +02:00
2015-07-20 07:21:47 -06:00
2015-01-05 12:08:51 -05:00
2015-06-08 17:32:40 -04:00
2013-07-24 09:44:38 -04:00
2015-05-08 17:24:17 -04:00
2015-06-05 08:32:07 -06:00
2015-06-06 09:30:20 -04:00
2015-02-16 12:41:41 -05:00
2015-08-12 20:47:32 -04:00
2013-10-14 16:06:53 -04:00
2015-04-18 11:11:09 -06:00
2015-08-13 07:19:33 -04:00
2014-09-16 12:23:56 -04:00
2015-04-18 17:40:37 +02:00
2015-04-18 17:40:37 +02:00
2015-02-10 13:31:26 +01:00
2015-06-10 19:26:55 -06:00
2014-07-18 17:53:23 -04:00
2015-08-12 20:47:13 -04:00
2015-06-10 19:26:55 -06:00
2015-01-14 11:35:43 -05:00
2015-05-27 13:35:54 -04:00
2015-04-18 11:11:36 -06:00
2014-10-25 07:27:37 -04:00
2013-07-24 09:44:38 -04:00
2015-01-29 17:44:08 +01:00
2015-02-10 13:31:58 +01:00
2014-11-04 06:04:00 +01:00
2015-04-18 11:11:35 -06:00
2015-08-05 17:22:43 +02:00
2015-07-21 17:39:40 -06:00
2015-07-21 17:39:40 -06:00
2015-07-21 17:39:35 -06:00
2014-06-11 16:27:06 -04:00