uboot-lantiq: update to v2013.10
[openwrt/staging/wigyori.git] / package / boot / uboot-lantiq / patches / 0025-MIPS-lantiq-easy80920-add-openwrt-lantiq-common.h.patch
1 From 7afbe4633773905ef94a8404510fb5a459926000 Mon Sep 17 00:00:00 2001
2 From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
3 Date: Mon, 19 Aug 2013 18:11:57 +0200
4 Subject: MIPS: lantiq: easy80920: add openwrt-lantiq-common.h
5
6 Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
7
8 diff --git a/include/configs/easy80920.h b/include/configs/easy80920.h
9 index 56ceedb..6f5ac03 100644
10 --- a/include/configs/easy80920.h
11 +++ b/include/configs/easy80920.h
12 @@ -84,13 +84,13 @@
13 #define CONFIG_CONSOLE_ASC 1
14 #define CONFIG_CONSOLE_DEV "ttyLTQ1"
15
16 -/* Commands */
17 -#define CONFIG_CMD_PING
18 -
19 /* Pull in default board configs for Lantiq XWAY VRX200 */
20 #include <asm/lantiq/config.h>
21 #include <asm/arch/config.h>
22
23 +/* Pull in default OpenWrt configs for Lantiq SoC */
24 +#include "openwrt-lantiq-common.h"
25 +
26 #define CONFIG_ENV_UPDATE_UBOOT_NOR \
27 "update-uboot-nor=run load-uboot-norspl-lzo write-uboot-nor\0"
28
29 --
30 1.8.3.2
31