2014-07-30 05:08:14 +00:00
|
|
|
CONFIG_NDS32=y
|
2018-02-14 20:46:14 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x11000000
|
2019-11-19 01:02:10 +00:00
|
|
|
CONFIG_ENV_SIZE=0x2000
|
|
|
|
CONFIG_ENV_SECT_SIZE=0x20000
|
2020-01-22 18:38:00 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=2
|
2019-04-29 19:54:04 +00:00
|
|
|
CONFIG_TARGET_ADP_AG101P=y
|
2017-04-17 06:41:58 +00:00
|
|
|
CONFIG_FIT=y
|
2016-06-07 06:31:14 +00:00
|
|
|
CONFIG_BOOTDELAY=3
|
2018-02-06 13:58:59 +00:00
|
|
|
# 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 09:36:58 +00:00
|
|
|
CONFIG_SYS_PROMPT="NDS32 # "
|
2017-10-08 18:48:01 +00:00
|
|
|
CONFIG_CMD_IMLS=y
|
2016-04-24 21:29:26 +00:00
|
|
|
CONFIG_CMD_MMC=y
|
2015-09-28 12:14:15 +00:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
2017-05-18 06:37:53 +00:00
|
|
|
CONFIG_CMD_DHCP=y
|
2016-04-22 20:41:25 +00:00
|
|
|
CONFIG_CMD_PING=y
|
2016-04-24 21:29:26 +00:00
|
|
|
CONFIG_CMD_CACHE=y
|
2017-04-29 03:20:28 +00:00
|
|
|
CONFIG_CMD_DATE=y
|
2016-04-24 21:29:26 +00:00
|
|
|
CONFIG_CMD_EXT2=y
|
|
|
|
CONFIG_CMD_FAT=y
|
2017-04-17 06:41:58 +00:00
|
|
|
CONFIG_OF_CONTROL=y
|
2018-09-03 19:26:12 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="ag101p"
|
2017-07-24 03:19:41 +00:00
|
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
2019-11-19 01:02:10 +00:00
|
|
|
CONFIG_ENV_ADDR=0x80140000
|
2017-05-23 05:48:27 +00:00
|
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
2017-04-17 06:41:58 +00:00
|
|
|
CONFIG_DM=y
|
2017-06-19 13:47:40 +00:00
|
|
|
CONFIG_MMC=y
|
2017-08-28 08:17:13 +00:00
|
|
|
CONFIG_DM_MMC=y
|
|
|
|
CONFIG_FTSDC010=y
|
2018-03-20 07:10:49 +00:00
|
|
|
CONFIG_FTSDC010_SDIO=y
|
2017-06-19 13:47:40 +00:00
|
|
|
CONFIG_MTD_NOR_FLASH=y
|
2018-10-14 20:10:50 +00:00
|
|
|
CONFIG_FLASH_CFI_DRIVER=y
|
|
|
|
CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
|
|
|
|
CONFIG_SYS_FLASH_CFI=y
|
2017-05-23 05:48:27 +00:00
|
|
|
CONFIG_DM_ETH=y
|
|
|
|
CONFIG_FTMAC100=y
|
2017-06-19 13:47:40 +00:00
|
|
|
CONFIG_BAUDRATE=38400
|
2017-04-17 06:41:58 +00:00
|
|
|
CONFIG_DM_SERIAL=y
|
2015-11-19 13:48:14 +00:00
|
|
|
CONFIG_SYS_NS16550=y
|
2017-05-17 02:59:20 +00:00
|
|
|
CONFIG_TIMER=y
|
|
|
|
CONFIG_AG101P_TIMER=y
|