uboot-lantiq: VGV7510KW22 - remove NOR SPL leftovers
authorMathias Kresin <dev@kresin.me>
Thu, 26 May 2016 21:11:18 +0000 (23:11 +0200)
committerJohn Crispin <john@phrozen.org>
Fri, 27 May 2016 13:50:17 +0000 (15:50 +0200)
Missed this one with my last cleanup patch.

Signed-off-by: Mathias Kresin <dev@kresin.me>
package/boot/uboot-lantiq/patches/0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch

index ccc3505a968edec70d334d68bc46802afd696da6..39499fcebcfa9b2f9d6dd24b83a6cb6eb6c6db34 100644 (file)
@@ -30,7 +30,7 @@
 +#########################################################################
 --- /dev/null
 +++ b/board/arcadyan/vgv7510kw22/vgv7510kw22.c
 +#########################################################################
 --- /dev/null
 +++ b/board/arcadyan/vgv7510kw22/vgv7510kw22.c
-@@ -0,0 +1,120 @@
+@@ -0,0 +1,116 @@
 +/*
 + * Copyright (C) 2015 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
 + *
 +/*
 + * Copyright (C) 2015 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
 + *
 +#include <asm/lantiq/cpu.h>
 +#include <asm/arch/gphy.h>
 +
 +#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
 +#define do_gpio_init  1
 +#define do_pll_init   0
 +#define do_dcdc_init  1