001-ar71xx.patch 1.2 KB

12345678910111213141516171819202122232425262728
  1. diff -ur u-boot-2010.03/cpu/mips/Makefile u-boot-nbg/cpu/mips/Makefile
  2. --- u-boot-2010.03/cpu/mips/Makefile 2010-03-31 23:54:39.000000000 +0200
  3. +++ u-boot-nbg/cpu/mips/Makefile 2010-04-15 18:58:01.000000000 +0200
  4. @@ -33,6 +33,7 @@
  5. COBJS-$(CONFIG_INCA_IP) += asc_serial.o incaip_clock.o
  6. COBJS-$(CONFIG_PURPLE) += asc_serial.o
  7. COBJS-$(CONFIG_SOC_AU1X00) += au1x00_eth.o au1x00_serial.o au1x00_usb_ohci.o
  8. +COBJS-$(CONFIG_AR71XX) += ar71xx_serial.o
  9. SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
  10. OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
  11. diff -ur u-boot-2010.03/Makefile u-boot-nbg/Makefile
  12. --- u-boot-2010.03/Makefile 2010-03-31 23:54:39.000000000 +0200
  13. +++ u-boot-nbg/Makefile 2010-04-11 23:31:29.000000000 +0200
  14. @@ -3455,6 +3455,13 @@
  15. @$(MKCONFIG) -a qemu-mips mips mips qemu-mips
  16. #########################################################################
  17. +## MIPS32 AR71XX (24K)
  18. +#########################################################################
  19. +
  20. +nbg460n_550n_550nh_config : unconfig
  21. + @$(MKCONFIG) -a nbg460n mips mips nbg460n zyxel
  22. +
  23. +#########################################################################
  24. ## MIPS64 5Kc
  25. #########################################################################