diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2016-08-04 15:00:35 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2016-08-05 12:50:33 +0300 |
commit | 65fcba1251dcb1fc2c48966406145a69fee3a817 (patch) | |
tree | 7c6742fdb921763dee0564bc58d2bea8e608b310 /configs/axs103_defconfig | |
parent | cc8be222d1cf37c4299c019b95d7d932f2a4bbcc (diff) | |
download | u-boot-65fcba1251dcb1fc2c48966406145a69fee3a817.tar.gz u-boot-65fcba1251dcb1fc2c48966406145a69fee3a817.tar.bz2 u-boot-65fcba1251dcb1fc2c48966406145a69fee3a817.zip |
arc: Rename AXS101 board to more generic AXS10x
As of now we have 2 flavors of ARC SDP boards:
1) AXS101 - with ARC770 in ASIC
2) AXS103 - with ARC HS38 in FPGA
Both options share exactly the same base-board and only differ with
CPU-tiles in use. That means all peripherals are the same (they are
implemented in FPGA on the base-board) and so generic board could be
used for both.
While at it:
* Recreated defconfigs with savedefconfig
* In include/configs/axs10x.h numerical sizes replaced with
defines from linux/sizes.h for better readability.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/axs103_defconfig')
-rw-r--r-- | configs/axs103_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index c8474de3c4..8977f81c39 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -1,7 +1,7 @@ CONFIG_ARC=y CONFIG_ISA_ARCV2=y -CONFIG_DM_SERIAL=y CONFIG_SYS_CLK_FREQ=100000000 +CONFIG_DM_SERIAL=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_DEFAULT_DEVICE_TREE="axs10x" CONFIG_BOOTDELAY=3 |