diff mbox

[U-Boot,v2,01/11] sunxi: Replace the pcDuino3 config with FDT version

Message ID 1428271663-3814-2-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass April 5, 2015, 10:07 p.m. UTC
We currently have Linksprite_pcDuino3 and Linksprite_pcDuino3_fdt. Drop the
former in favour of the latter.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
---

Changes in v2:
- Rebase on dm/next

 configs/Linksprite_pcDuino3_defconfig     |  7 +++++++
 configs/Linksprite_pcDuino3_fdt_defconfig | 15 ---------------
 2 files changed, 7 insertions(+), 15 deletions(-)
 delete mode 100644 configs/Linksprite_pcDuino3_fdt_defconfig

Comments

Simon Glass April 9, 2015, 3 a.m. UTC | #1
On 5 April 2015 at 16:07, Simon Glass <sjg@chromium.org> wrote:
> We currently have Linksprite_pcDuino3 and Linksprite_pcDuino3_fdt. Drop the
> former in favour of the latter.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Acked-by: Hans de Goede <hdegoede@redhat.com>
> Acked-by: Ian Campbell <ijc@hellion.org.uk>
> ---
>
> Changes in v2:
> - Rebase on dm/next
>
>  configs/Linksprite_pcDuino3_defconfig     |  7 +++++++
>  configs/Linksprite_pcDuino3_fdt_defconfig | 15 ---------------
>  2 files changed, 7 insertions(+), 15 deletions(-)
>  delete mode 100644 configs/Linksprite_pcDuino3_fdt_defconfig

Applied to u-boot-dm/next.
diff mbox

Patch

diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig
index e642069..ff817d5 100644
--- a/configs/Linksprite_pcDuino3_defconfig
+++ b/configs/Linksprite_pcDuino3_defconfig
@@ -7,3 +7,10 @@  CONFIG_MACH_SUN7I=y
 CONFIG_DRAM_CLK=480
 CONFIG_DRAM_ZQ=122
 CONFIG_DRAM_EMR1=4
+CONFIG_DM=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_SERIAL=y
+CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-pcduino3"
+CONFIG_OF_CONTROL=y
+CONFIG_SPL_DISABLE_OF_CONTROL=y
+CONFIG_OF_SEPARATE=y
diff --git a/configs/Linksprite_pcDuino3_fdt_defconfig b/configs/Linksprite_pcDuino3_fdt_defconfig
deleted file mode 100644
index 7690d1e..0000000
--- a/configs/Linksprite_pcDuino3_fdt_defconfig
+++ /dev/null
@@ -1,15 +0,0 @@ 
-CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPH(2),USB_EHCI"
-CONFIG_FDTFILE="sun7i-a20-pcduino3.dtb"
-CONFIG_DM=y
-CONFIG_DM_GPIO=y
-CONFIG_DM_SERIAL=y
-CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-pcduino3"
-CONFIG_OF_CONTROL=y
-CONFIG_OF_SEPARATE=y
-CONFIG_ARM=y
-CONFIG_ARCH_SUNXI=y
-CONFIG_MACH_SUN7I=y
-CONFIG_DRAM_CLK=480
-CONFIG_DRAM_ZQ=122
-CONFIG_DRAM_EMR1=4