diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-09-13 09:51:49 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-11-15 13:52:07 -0800 |
| commit | a74fc317e4d2b402510ce6f66a68ab73b183eeb1 (patch) | |
| tree | b54181fed90d087d4f1d0ed54c03ec5349667370 | |
| parent | a408df7174689ad2c867b99c5000462ae66dd1ae (diff) | |
| download | meta-xilinx-a74fc317e4d2b402510ce6f66a68ab73b183eeb1.tar.gz | |
meta-xilinx-bsp/conf: Cleanup
Remove an accidently committed patch
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
(cherry picked from commit bc0a54a133baccccd53a6401fa56c542a5daf8aa)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/0001-local.conf.sample-PMU_ROM-to-use-pmu-rom.elf-from-pr.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-xilinx-bsp/conf/0001-local.conf.sample-PMU_ROM-to-use-pmu-rom.elf-from-pr.patch b/meta-xilinx-bsp/conf/0001-local.conf.sample-PMU_ROM-to-use-pmu-rom.elf-from-pr.patch deleted file mode 100644 index f7d487fe..00000000 --- a/meta-xilinx-bsp/conf/0001-local.conf.sample-PMU_ROM-to-use-pmu-rom.elf-from-pr.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | From 4694f1ef8bdb40f5aa82597a62f2a8a8a5a38969 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | ||
| 3 | Date: Thu, 13 Aug 2020 16:56:12 -0700 | ||
| 4 | Subject: [meta-xilinx-bsp][master-upstream][PATCH] local.conf.sample: PMU_ROM | ||
| 5 | to use pmu-rom.elf from /proj/yocto | ||
| 6 | |||
| 7 | Users have to manually copy pmu-rom.elf to DEPLOY_DIR when using runqemu. | ||
| 8 | Enable PMU_ROM line within local.conf to use pmu from /proj/yocto/pmu-rom/ | ||
| 9 | |||
| 10 | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | ||
| 11 | --- | ||
| 12 | meta-xilinx-bsp/conf/local.conf.sample | 2 ++ | ||
| 13 | 1 file changed, 2 insertions(+) | ||
| 14 | |||
| 15 | diff --git a/meta-xilinx-bsp/conf/local.conf.sample b/meta-xilinx-bsp/conf/local.conf.sample | ||
| 16 | index 377a519..5d567af 100644 | ||
| 17 | --- a/meta-xilinx-bsp/conf/local.conf.sample | ||
| 18 | +++ b/meta-xilinx-bsp/conf/local.conf.sample | ||
| 19 | @@ -231,3 +231,5 @@ PMU_FIRMWARE_IMAGE_NAME = "pmu-firmware-${MACHINE}" | ||
| 20 | # this doesn't mean anything to you. | ||
| 21 | CONF_VERSION = "1" | ||
| 22 | |||
| 23 | +#Enable the below line to use pmu-rom.elf from a specific path | ||
| 24 | +#PMU_ROM = "/proj/yocto/pmu-rom/pmu-rom.elf" | ||
| 25 | -- | ||
| 26 | 2.7.4 | ||
| 27 | |||
