[PATCH] xilinx: Remove duplicate PMIO_NODE_ID_BASE macro
Michal Simek
michal.simek at amd.com
Thu Jul 7 13:06:16 CEST 2022
PMIO_NODE_ID_BASE is defined twice that's why remove one instance.
Fixes: 248fe9f302df ("spi: cadence_qspi: Enable apb linear mode for apb read & write operations")
Signed-off-by: Michal Simek <michal.simek at amd.com>
---
include/zynqmp_firmware.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/zynqmp_firmware.h b/include/zynqmp_firmware.h
index 6c4fd9a6c5f2..86c14d560e12 100644
--- a/include/zynqmp_firmware.h
+++ b/include/zynqmp_firmware.h
@@ -435,8 +435,6 @@ enum pm_gem_config_type {
#define PMUFW_V1_0 ((1 << ZYNQMP_PM_VERSION_MAJOR_SHIFT) | 0)
#define PMIO_NODE_ID_BASE 0x1410801B
-#define PMIO_NODE_ID_BASE 0x1410801B
-
/*
* Return payload size
* Not every firmware call expects the same amount of return bytes, however the
--
2.36.1
More information about the U-Boot
mailing list