summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-09-27 01:31:37 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-09-27 13:48:27 +0200
commitf93b4502074743eb499002e14767105a5724e73e (patch)
tree4c5334ca143fad7fa207be9389a529588dd5f874
parenta4ee09d449d3b2dc3b608652d122a425d8eac664 (diff)
defconfig: {lion,px30}: Fix target CPU type.
Buildroot offers to pass optimization flags to the target compiler based on Kconfig options. This patch corrects the values for lion (Cortex A53) and px30 (Cortex A35). Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--configs/lion-rk3368_defconfig1
-rw-r--r--configs/px30-evb_defconfig2
2 files changed, 1 insertions, 2 deletions
diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig
index 188af7ff28..8853517d8b 100644
--- a/configs/lion-rk3368_defconfig
+++ b/configs/lion-rk3368_defconfig
@@ -1,5 +1,4 @@
BR2_aarch64=y
-BR2_cortex_a72_a53=y
BR2_CCACHE=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_HOST_GDB=y
diff --git a/configs/px30-evb_defconfig b/configs/px30-evb_defconfig
index 91ef38f14b..cddd39562d 100644
--- a/configs/px30-evb_defconfig
+++ b/configs/px30-evb_defconfig
@@ -1,5 +1,5 @@
BR2_aarch64=y
-BR2_cortex_a72_a53=y
+BR2_cortex_a35=y
BR2_CCACHE=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_HOST_GDB=y