From c71e34bee0d6bf47c743fd390cc2f420c67b49ff Mon Sep 17 00:00:00 2001 From: pranav Date: Fri, 16 Jul 2021 15:01:21 +0530 Subject: bsps: Move optfdt* files to shared parent directory --- spec/build/bsps/powerpc/qoriq/grp.yml | 4 ++-- spec/build/bsps/powerpc/qoriq/optfdtmxsz.yml | 17 ----------------- spec/build/bsps/powerpc/qoriq/optfdtro.yml | 16 ---------------- 3 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 spec/build/bsps/powerpc/qoriq/optfdtmxsz.yml delete mode 100644 spec/build/bsps/powerpc/qoriq/optfdtro.yml (limited to 'spec/build/bsps/powerpc') diff --git a/spec/build/bsps/powerpc/qoriq/grp.yml b/spec/build/bsps/powerpc/qoriq/grp.yml index 3e295cb599..08533ded6f 100644 --- a/spec/build/bsps/powerpc/qoriq/grp.yml +++ b/spec/build/bsps/powerpc/qoriq/grp.yml @@ -68,9 +68,9 @@ links: - role: build-dependency uid: optexcfixdhdlr - role: build-dependency - uid: optfdtmxsz + uid: ../../optfdtmxsz - role: build-dependency - uid: optfdtro + uid: ../../optfdtro - role: build-dependency uid: opthid0 - role: build-dependency diff --git a/spec/build/bsps/powerpc/qoriq/optfdtmxsz.yml b/spec/build/bsps/powerpc/qoriq/optfdtmxsz.yml deleted file mode 100644 index f3b2504e02..0000000000 --- a/spec/build/bsps/powerpc/qoriq/optfdtmxsz.yml +++ /dev/null @@ -1,17 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-integer: null -- define: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: 262144 -default-by-family: [] -default-by-variant: [] -description: | - maximum size of the FDT blob in bytes -enabled-by: true -format: '{}' -links: [] -name: BSP_FDT_BLOB_SIZE_MAX -type: build diff --git a/spec/build/bsps/powerpc/qoriq/optfdtro.yml b/spec/build/bsps/powerpc/qoriq/optfdtro.yml deleted file mode 100644 index a72bc23c0e..0000000000 --- a/spec/build/bsps/powerpc/qoriq/optfdtro.yml +++ /dev/null @@ -1,16 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-boolean: null -- define-condition: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: true -default-by-family: [] -default-by-variant: [] -description: | - place the FDT blob into the read-only data area -enabled-by: true -links: [] -name: BSP_FDT_BLOB_READ_ONLY -type: build -- cgit v1.2.3