This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-12 06:12:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
28420e780a
u-boot
/
configs
/
ls1021aqds_ddr4_nor_lpuart_defconfig
4 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
ls102xa: ddr4: Use LPUART as console output to verify DCU driver On QDS board with DDR4 DIMM, LPUART is used as console output to verify DCU driver. This patch adds ls1021aqds_ddr4_nor_lpuart_defconfig for this support. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
2015-03-09 09:23:09 +00:00
CONFIG_ARM=y
CONFIG_TARGET_LS1021AQDS=y
Clean all defconfigs with savedefconfig In order to reduce merge conflicts and to maintain the simplest possible defconfig files, we should be using the savedefconfig feature of Kconfig every time a new feature is added. This keeps the defconfig settings to a minimum (only those things not default) and keeps them in the same order as the Kconfig options. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Cc: Tom Rini <trini@konsulko.com>
2015-05-12 19:46:24 +00:00
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART"
Reference in a new issue
Copy permalink