diff options
author | John Crispin <john@phrozen.org> | 2016-06-15 20:28:21 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-17 04:13:07 +0200 |
commit | 137b1ac5e8df6110a9ecea8a505ff61b64203ced (patch) | |
tree | 1186ee821ea636b435f3c81806ac3eed9b0d8d58 /target/linux/netlogic/xlr | |
parent | ea828eb3af848bbbe0583281d5aaa823caac68cc (diff) | |
download | upstream-137b1ac5e8df6110a9ecea8a505ff61b64203ced.tar.gz upstream-137b1ac5e8df6110a9ecea8a505ff61b64203ced.tar.bz2 upstream-137b1ac5e8df6110a9ecea8a505ff61b64203ced.zip |
netlogic: R.I.P
I asked florian and he is ok with this. i think no one apart from him has
access to these boards.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/netlogic/xlr')
-rw-r--r-- | target/linux/netlogic/xlr/config-default | 12 | ||||
-rw-r--r-- | target/linux/netlogic/xlr/target.mk | 7 |
2 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/netlogic/xlr/config-default b/target/linux/netlogic/xlr/config-default deleted file mode 100644 index daa1c91ff3..0000000000 --- a/target/linux/netlogic/xlr/config-default +++ /dev/null @@ -1,12 +0,0 @@ -CONFIG_CPU_SUPPORTS_HUGEPAGES=y -CONFIG_CPU_XLR=y -CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y -# CONFIG_HUGETLBFS is not set -CONFIG_I2C_XLR=y -CONFIG_MDIO_BOARDINFO=y -CONFIG_NETLOGIC_XLR_NET=y -CONFIG_NLM_XLR_BOARD=y -CONFIG_PHYLIB=y -CONFIG_SWAP_IO_SPACE=y -CONFIG_SYS_HAS_CPU_XLR=y -CONFIG_SYS_SUPPORTS_HUGETLBFS=y diff --git a/target/linux/netlogic/xlr/target.mk b/target/linux/netlogic/xlr/target.mk deleted file mode 100644 index e786598842..0000000000 --- a/target/linux/netlogic/xlr/target.mk +++ /dev/null @@ -1,7 +0,0 @@ -CPU_TYPE:=xlr -CPU_FLAGS_xlr:=-march=xlr -mabi=64 -BOARDNAME:=xlr - -define Target/Description - Build firmware images for Broadcom/Netlogic XLR boards. -endef |