0025-MIPS-lantiq-easy80920-add-openwrt-lantiq-common.h.patch 823 B

1234567891011121314151617181920212223242526
  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. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  6. --- a/include/configs/easy80920.h
  7. +++ b/include/configs/easy80920.h
  8. @@ -84,13 +84,13 @@
  9. #define CONFIG_CONSOLE_ASC 1
  10. #define CONFIG_CONSOLE_DEV "ttyLTQ1"
  11. -/* Commands */
  12. -#define CONFIG_CMD_PING
  13. -
  14. /* Pull in default board configs for Lantiq XWAY VRX200 */
  15. #include <asm/lantiq/config.h>
  16. #include <asm/arch/config.h>
  17. +/* Pull in default OpenWrt configs for Lantiq SoC */
  18. +#include "openwrt-lantiq-common.h"
  19. +
  20. #define CONFIG_ENV_UPDATE_UBOOT_NOR \
  21. "update-uboot-nor=run load-uboot-norspl-lzo write-uboot-nor\0"