diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-22 22:55:40 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 14:21:27 -0400 |
commit | 4edb9458b2a3fde10a141967c889074fac914c77 (patch) | |
tree | e34b1307cbc297ee3c64555df89f507159504a1a /configs/h8_homlet_v2_defconfig | |
parent | f8a2d7a4162d2c8ca6adbb1fe0ef7d2a9765c923 (diff) | |
download | u-boot-imx-4edb9458b2a3fde10a141967c889074fac914c77.zip u-boot-imx-4edb9458b2a3fde10a141967c889074fac914c77.tar.gz u-boot-imx-4edb9458b2a3fde10a141967c889074fac914c77.tar.bz2 |
Correct defconfig ordering
Various boards have the wrong Kconfig ordering now. To avoid a misleading
diff in the next patch, reorder the configuration correctly.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/h8_homlet_v2_defconfig')
-rw-r--r-- | configs/h8_homlet_v2_defconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/h8_homlet_v2_defconfig b/configs/h8_homlet_v2_defconfig index ecd04a6..4742aaf6 100644 --- a/configs/h8_homlet_v2_defconfig +++ b/configs/h8_homlet_v2_defconfig @@ -4,10 +4,7 @@ CONFIG_MACH_SUN8I_A83T=y CONFIG_DRAM_CLK=480 CONFIG_DRAM_ZQ=15355 CONFIG_DRAM_ODT_EN=y -#CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE" -#CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT" CONFIG_AXP_GPIO=y -#CONFIG_USB_MUSB_HOST=y CONFIG_DEFAULT_DEVICE_TREE="sun8i-a83t-allwinner-h8homlet-v2" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y @@ -15,7 +12,4 @@ CONFIG_SPL=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_AXP_DCDC1_VOLT=3000 -CONFIG_AXP_DCDC2_VOLT=900 -CONFIG_AXP_DCDC3_VOLT=900 -CONFIG_AXP_DCDC4_VOLT=0 CONFIG_AXP_DCDC5_VOLT=1500 |