* rename the target to realtek * add refactored DSA driver * add latest gpio driver * lots of arch cleanups * new irq driver * additional boards Signed-off-by: Bert Vermeulen <bert@biot.com> Signed-off-by: Birger Koblitz <mail@birger-koblitz.de> Signed-off-by: Sander Vanheule <sander@svanheule.net> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: John Crispin <john@phrozen.org>
6 lines
194 B
Text
6 lines
194 B
Text
#
|
|
# Realtek RTL838x SoCs
|
|
#
|
|
platform-$(CONFIG_RTL838X) += rtl838x/
|
|
cflags-$(CONFIG_RTL838X) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/
|
|
load-$(CONFIG_RTL838X) += 0xffffffff80000000
|