summaryrefslogtreecommitdiff
path: root/include/configs/nanopi-k2.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-11-29 09:33:33 -0500
committerTom Rini <trini@konsulko.com>2018-11-29 15:16:58 -0500
commit93e72ac472b537bb4b0c6a97a7e6aab2b37860c6 (patch)
tree8e7d49ad640f6c6cd94e8a298f675937ab1f7953 /include/configs/nanopi-k2.h
parente16c888fab5014b022d5781dc534f204460a073b (diff)
parentd96a782d09dbdc4a28ece3d18dc17a572e39d4f2 (diff)
Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic
Cleanup and update towards support for Amlogic Meson AXG SoCs : - mmc: meson-gx: Add AXG compatible - net: designware: add meson meson compatibles - Amlogic Meson cleanup for AXG SoC support
Diffstat (limited to 'include/configs/nanopi-k2.h')
-rw-r--r--include/configs/nanopi-k2.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/configs/nanopi-k2.h b/include/configs/nanopi-k2.h
deleted file mode 100644
index ef53f20c0f..0000000000
--- a/include/configs/nanopi-k2.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Configuration for NANOPI-K2
- * (C) Copyright 2018 Thomas McKahan
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-/* Serial setup */
-
-#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-nanopi-k2.dtb\0"
-
-#include <configs/meson-gx-common.h>
-
-#endif /* __CONFIG_H */