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/xlp | |
parent | ea828eb3af848bbbe0583281d5aaa823caac68cc (diff) | |
download | mtk-20170518-137b1ac5e8df6110a9ecea8a505ff61b64203ced.zip mtk-20170518-137b1ac5e8df6110a9ecea8a505ff61b64203ced.tar.gz mtk-20170518-137b1ac5e8df6110a9ecea8a505ff61b64203ced.tar.bz2 |
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/xlp')
-rw-r--r-- | target/linux/netlogic/xlp/config-default | 7 | ||||
-rw-r--r-- | target/linux/netlogic/xlp/target.mk | 10 |
2 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/netlogic/xlp/config-default b/target/linux/netlogic/xlp/config-default deleted file mode 100644 index eee7fb4..0000000 --- a/target/linux/netlogic/xlp/config-default +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_CPU_XLP=y -CONFIG_DT_XLP_EVP=y -CONFIG_DT_XLP_FVP=y -CONFIG_DT_XLP_GVP=y -CONFIG_DT_XLP_SVP=y -CONFIG_NLM_XLP_BOARD=y -CONFIG_SYS_HAS_CPU_XLP=y diff --git a/target/linux/netlogic/xlp/target.mk b/target/linux/netlogic/xlp/target.mk deleted file mode 100644 index 44c4460..0000000 --- a/target/linux/netlogic/xlp/target.mk +++ /dev/null @@ -1,10 +0,0 @@ -CPU_TYPE:=xlp -CPU_FLAGS_xlp:=-march=xlp -mabi=64 -BOARDNAME:=xlp - -DEFAULT_PACKAGES += kmod-usb-core kmod-usb2 kmod-usb2-pci kmod-usb3 \ - kmod-usb-net kmod-usb-net-smsc95xx - -define Target/Description - Build firmware images for Broadcom/Netlogic XLP boards. -endef |