Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | CONFIG_ARC=y |
Alexey Brodkin | cbd76c3 | 2015-02-03 13:58:14 +0300 | [diff] [blame] | 2 | CONFIG_CPU_BIG_ENDIAN=y |
Alexey Brodkin | 1a11637 | 2016-08-04 14:35:01 +0300 | [diff] [blame] | 3 | CONFIG_TARGET_NSIM=y |
Alexey Brodkin | bf1d41f | 2015-02-03 13:58:18 +0300 | [diff] [blame] | 4 | CONFIG_SYS_TEXT_BASE=0x81000000 |
Alexey Brodkin | 88abe9a | 2019-12-26 13:46:27 +0300 | [diff] [blame^] | 5 | CONFIG_DEBUG_UART_BASE=0xf0000000 |
Tom Rini | e0056d7 | 2018-06-04 11:57:37 -0400 | [diff] [blame] | 6 | CONFIG_DEBUG_UART_CLOCK=70000000 |
Tom Rini | 9834b90 | 2017-03-13 13:48:42 -0400 | [diff] [blame] | 7 | CONFIG_SYS_CLK_FREQ=70000000 |
Alexey Brodkin | 87e1773 | 2018-05-21 16:55:20 +0300 | [diff] [blame] | 8 | CONFIG_DEBUG_UART=y |
Heiko Schocher | 0b368b1 | 2016-06-07 08:31:14 +0200 | [diff] [blame] | 9 | CONFIG_BOOTDELAY=3 |
Sam Protsenko | bd7bffe | 2017-08-14 20:22:17 +0300 | [diff] [blame] | 10 | CONFIG_USE_BOOTARGS=y |
Alexey Brodkin | 88abe9a | 2019-12-26 13:46:27 +0300 | [diff] [blame^] | 11 | CONFIG_BOOTARGS="console=ttyS0,115200n8" |
Alexey Brodkin | 1a11637 | 2016-08-04 14:35:01 +0300 | [diff] [blame] | 12 | CONFIG_SYS_PROMPT="nsim# " |
Joe Hershberger | 5a9d7f1 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 13 | # CONFIG_CMD_SETEXPR is not set |
Alexey Brodkin | e458cc1 | 2015-03-17 14:55:14 +0300 | [diff] [blame] | 14 | CONFIG_OF_CONTROL=y |
15 | CONFIG_OF_EMBED=y | ||||
Tom Rini | 7406032 | 2018-09-03 15:26:12 -0400 | [diff] [blame] | 16 | CONFIG_DEFAULT_DEVICE_TREE="nsim" |
Tom Rini | ca63e71 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 17 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Joe Hershberger | a274ded | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 18 | CONFIG_DM=y |
Tom Rini | afea41d | 2016-09-08 16:11:59 -0400 | [diff] [blame] | 19 | CONFIG_DM_SERIAL=y |
Alexey Brodkin | 88abe9a | 2019-12-26 13:46:27 +0300 | [diff] [blame^] | 20 | CONFIG_DEBUG_UART_SHIFT=2 |
21 | CONFIG_SYS_NS16550=y | ||||
Joe Hershberger | 17491a8 | 2015-06-22 16:15:29 -0500 | [diff] [blame] | 22 | CONFIG_USE_PRIVATE_LIBGCC=y |