This website requires JavaScript.
Explore
Help
Register
Sign In
V3s_Allwinner
/
uboot
Watch
1
Star
0
Fork
You've already forked uboot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
a26cd04920
uboot
/
configs
/
ls1021atwr_nor_lpuart_defco...
4 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
arm: ls102xa: Add LPUART support for LS1021ATWR board This patch adds LPUART support for LS1021ATWR board. For ls1021atwr_nor_lpuart_defconfig, LPUART is used as the console. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
2015-01-04 07:30:59 +00:00
CONFIG_SYS_EXTRA_OPTIONS="LPUART"
kconfig: remove meaningless prefixes in defconfig files Since commit e02ee2548afe (kconfig: switch to single .config configuration), the prefixes in defconfig files such as "+S:", "+ST:", etc., are meaningless. This commit was generated by the following command: find configs -name '*_defconfig' | xargs sed -i 's/^+*S*T*://' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-03-12 04:24:39 +00:00
CONFIG_ARM=y
CONFIG_TARGET_LS1021ATWR=y