2014-07-30 14:08:14 +09:00
|
|
|
CONFIG_ARM=y
|
2019-08-14 08:29:25 -05:00
|
|
|
CONFIG_ARCH_CPU_INIT=y
|
2017-03-18 09:01:44 -04:00
|
|
|
# CONFIG_SYS_THUMB_BUILD is not set
|
2015-10-10 05:58:28 +09:00
|
|
|
CONFIG_ARCH_RMOBILE=y
|
2018-02-03 12:10:38 -05:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x00000000
|
2020-01-22 13:38:00 -05:00
|
|
|
CONFIG_ENV_SIZE=0x40000
|
|
|
|
CONFIG_ENV_SECT_SIZE=0x40000
|
2018-05-02 11:42:22 +02:00
|
|
|
CONFIG_ARCH_RMOBILE_BOARD_STRING="KMC KZM-A9-GT"
|
2014-07-30 14:08:14 +09:00
|
|
|
CONFIG_TARGET_KZM9G=y
|
2018-08-16 08:16:24 -04:00
|
|
|
CONFIG_NR_DRAM_BANKS=1
|
2016-06-07 08:31:14 +02:00
|
|
|
CONFIG_BOOTDELAY=3
|
2017-08-14 20:22:17 +03:00
|
|
|
CONFIG_USE_BOOTARGS=y
|
|
|
|
CONFIG_BOOTARGS="root=/dev/null console=ttySC4,115200"
|
2016-09-09 08:12:49 +02:00
|
|
|
CONFIG_VERSION_VARIABLE=y
|
2018-02-06 07:58:59 -06:00
|
|
|
# CONFIG_CMDLINE_EDITING is not set
|
|
|
|
# CONFIG_AUTO_COMPLETE is not set
|
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-03 12:36:58 +03:00
|
|
|
CONFIG_SYS_PROMPT="KZM-A9-GT# "
|
2016-04-24 17:29:26 -04:00
|
|
|
CONFIG_CMD_BOOTZ=y
|
2017-10-08 21:48:01 +03:00
|
|
|
CONFIG_CMD_IMLS=y
|
2016-04-22 16:41:25 -04:00
|
|
|
CONFIG_CMD_I2C=y
|
2015-09-28 05:14:15 -07:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
2016-04-22 16:41:25 -04:00
|
|
|
CONFIG_CMD_DHCP=y
|
|
|
|
CONFIG_CMD_PING=y
|
2016-04-24 17:29:26 -04:00
|
|
|
CONFIG_CMD_FAT=y
|
2017-08-28 07:16:32 -04:00
|
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
2019-11-18 20:02:10 -05:00
|
|
|
CONFIG_ENV_ADDR=0x40000
|
2017-03-13 13:48:42 -04:00
|
|
|
# CONFIG_MMC is not set
|
2019-10-03 19:50:05 +02:00
|
|
|
CONFIG_MTD=y
|
2017-02-11 22:43:54 +09:00
|
|
|
CONFIG_MTD_NOR_FLASH=y
|
2018-10-14 15:10:50 -05:00
|
|
|
CONFIG_FLASH_CFI_DRIVER=y
|
|
|
|
CONFIG_SYS_FLASH_CFI=y
|
2017-09-05 15:20:44 -05:00
|
|
|
CONFIG_SMC911X=y
|
|
|
|
CONFIG_SMC911X_BASE=0x10000000
|
|
|
|
CONFIG_SMC911X_32_BIT=y
|
2017-07-21 23:18:46 +02:00
|
|
|
CONFIG_SCIF_CONSOLE=y
|
2017-06-02 11:03:50 -04:00
|
|
|
# CONFIG_FAT_WRITE is not set
|
2016-02-22 22:55:42 -07:00
|
|
|
CONFIG_OF_LIBFDT=y
|