summaryrefslogtreecommitdiff
path: root/configs/libretech-cc_defconfig
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-10-19 12:14:57 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2018-11-26 14:40:51 +0100
commit8bbfb40e572ddb8a11482ca513131e21a75e99de (patch)
treead35904af5001ac7b8249131ce155cf6a21311d3 /configs/libretech-cc_defconfig
parente4623f75e4b0128e9cc38e42699e5c0169ec58d0 (diff)
board: amlogic: remove p212 derivatives
The Khadas vim and the libretech aml-s905x-cc (aka Potato) derive from amlogic s905x reference design (P212). All the code in these board is a copy/paste from the p212, which is tedious to maintain. This change use p212 u-boot board for all these boards, while keeping a dedicated defconfig to customize the names and device tree. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/libretech-cc_defconfig')
-rw-r--r--configs/libretech-cc_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/libretech-cc_defconfig b/configs/libretech-cc_defconfig
index 36d117c4ab..7526516060 100644
--- a/configs/libretech-cc_defconfig
+++ b/configs/libretech-cc_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_MESON=y
CONFIG_SYS_TEXT_BASE=0x01000000
CONFIG_MESON_GXL=y
-CONFIG_TARGET_LIBRETECH_CC=y
+CONFIG_TARGET_P212=y
CONFIG_DEBUG_UART_BASE=0xc81004c0
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_IDENT_STRING=" libretech-cc"