Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43883
b: refs/heads/master
c: f0647a5
h: refs/heads/master
i:
  43881: 4cc1bef
  43879: c35e2f5
v: v3
  • Loading branch information
Vitaly Wool authored and Ralf Baechle committed Dec 9, 2006
1 parent e355d89 commit e148c36
Show file tree
Hide file tree
Showing 12 changed files with 1,378 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c25c79d80e02db1bd993426f979c5f1b42a0f132
refs/heads/master: f0647a52974daccbe20990fb6341f07792445fe0
5 changes: 5 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,11 @@ config PNX8550_JBS
select PNX8550
select SYS_SUPPORTS_LITTLE_ENDIAN

config PNX8550_STB810
bool "Support for Philips PNX8550 based STB810 board"
select PNX8550
select SYS_SUPPORTS_LITTLE_ENDIAN

config DDB5477
bool "NEC DDB Vrc-5477"
select DDB5XXX_COMMON
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/
#cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550
load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000

# Philips PNX8550 STB810 board
#
libs-$(CONFIG_PNX8550_STB810) += arch/mips/philips/pnx8550/stb810/
load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000

# NEC EMMA2RH boards
#
core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/
Expand Down
Loading

0 comments on commit e148c36

Please sign in to comment.