[LEDE-DEV] [PATCH 3/3] uboot-lantiq: VGV7510KW22 - remove NOR SPL leftovers
Mathias Kresin
dev at kresin.me
Thu May 26 14:11:18 PDT 2016
Missed this one with my last cleanup patch.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
.../0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/package/boot/uboot-lantiq/patches/0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch b/package/boot/uboot-lantiq/patches/0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch
index ccc3505..39499fc 100644
--- a/package/boot/uboot-lantiq/patches/0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch
+++ b/package/boot/uboot-lantiq/patches/0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch
@@ -30,7 +30,7 @@
+#########################################################################
--- /dev/null
+++ b/board/arcadyan/vgv7510kw22/vgv7510kw22.c
-@@ -0,0 +1,120 @@
+@@ -0,0 +1,116 @@
+/*
+ * Copyright (C) 2015 Martin Blumenstingl <martin.blumenstingl at googlemail.com>
+ *
@@ -44,11 +44,7 @@
+#include <asm/lantiq/cpu.h>
+#include <asm/arch/gphy.h>
+
-+#if defined(CONFIG_SPL_BUILD)
-+#define do_gpio_init 1
-+#define do_pll_init 1
-+#define do_dcdc_init 0
-+#elif defined(CONFIG_SYS_BOOT_RAM)
++#if defined(CONFIG_SYS_BOOT_RAM)
+#define do_gpio_init 1
+#define do_pll_init 0
+#define do_dcdc_init 1
--
1.9.1
More information about the Lede-dev
mailing list