Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0647a52 authored by Vitaly Wool's avatar Vitaly Wool Committed by Ralf Baechle
Browse files

[PATCH] add STB810 support (Philips PNX8550-based)

parent c25c79d8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
@@ -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/
Loading