diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-05-12 14:46:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-12 18:10:26 -0400 |
commit | bd328eb38274ffaf04caaa8a6ecc09b7e19a650e (patch) | |
tree | 4326731b4b7fa3187bba919e10bbd2187c5c8781 /configs/Astar_MID756_defconfig | |
parent | a26cd04920dc069fd6e91abb785426cf6c29f45f (diff) | |
download | u-boot-bd328eb38274ffaf04caaa8a6ecc09b7e19a650e.tar.gz |
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>
Diffstat (limited to 'configs/Astar_MID756_defconfig')
-rw-r--r-- | configs/Astar_MID756_defconfig | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/configs/Astar_MID756_defconfig b/configs/Astar_MID756_defconfig index 0072ab8b89..b779f88315 100644 --- a/configs/Astar_MID756_defconfig +++ b/configs/Astar_MID756_defconfig @@ -1,11 +1,8 @@ -# The Astar MID756 is a 7" tablet using the A33 SoC with a 800x480 LCD screen, -# 512M RAM, 8G ROM and integrated sdio wifi. -# -# Also see: http://linux-sunxi.org/Softwinner_astar-rda -CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" -CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-astar-mid756" -CONFIG_USB_MUSB_SUNXI=y +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN8I_A33=y +CONFIG_DRAM_CLK=480 +CONFIG_DRAM_ZQ=15291 CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE" CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT" CONFIG_AXP_GPIO=y @@ -14,13 +11,9 @@ CONFIG_VIDEO_LCD_DCLK_PHASE=0 CONFIG_VIDEO_LCD_POWER="PH7" CONFIG_VIDEO_LCD_BL_EN="PH6" CONFIG_VIDEO_LCD_BL_PWM="PH0" -CONFIG_ARM=y -CONFIG_ARCH_SUNXI=y -CONFIG_MACH_SUN8I_A33=y -CONFIG_DRAM_CLK=480 -# zq = 0x3bbb -CONFIG_DRAM_ZQ=15291 -# Wifi power +CONFIG_USB_MUSB_SUNXI=y +CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-astar-mid756" +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" CONFIG_AXP221_DLDO1_VOLT=3300 -# aldo1 is connected to VCC-IO, VCC-PD, VCC-USB and VCC-HP CONFIG_AXP221_ALDO1_VOLT=3000 |