[PATCH] arm: mvebu: Espressobin: Fix URLs in comments

Use versioned URLs for line numbers as branches are moving in the time and use master branch for mv-ddr-marvell where is up-to-date code.
Signed-off-by: Pali Rohár pali@kernel.org --- board/Marvell/mvebu_armada-37xx/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/Marvell/mvebu_armada-37xx/board.c b/board/Marvell/mvebu_armada-37xx/board.c index e0e7720e4a1a..adee444555cf 100644 --- a/board/Marvell/mvebu_armada-37xx/board.c +++ b/board/Marvell/mvebu_armada-37xx/board.c @@ -59,11 +59,11 @@ DECLARE_GLOBAL_DATA_PTR; * Memory Controller Registers * * Assembled based on public information: - * https://gitlab.nic.cz/turris/mox-boot-builder/-/blob/master/wtmi/main.c#L332... + * https://gitlab.nic.cz/turris/mox-boot-builder/-/blob/v2020.11.26/wtmi/main.c... * https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/blob/mv_ddr-arma... * * And checked against the written register values for the various topologies: - * https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/blob/mv_ddr-arma... + * https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/blob/master/a370... */ #define A3700_CH0_MC_CTRL2_REG MVEBU_REGISTER(0x002c4) #define A3700_MC_CTRL2_SDRAM_TYPE_MASK 0xf

On 1/21/22 12:01, Pali Rohár wrote:
Use versioned URLs for line numbers as branches are moving in the time and use master branch for mv-ddr-marvell where is up-to-date code.
Signed-off-by: Pali Rohár pali@kernel.org
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan
board/Marvell/mvebu_armada-37xx/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/Marvell/mvebu_armada-37xx/board.c b/board/Marvell/mvebu_armada-37xx/board.c index e0e7720e4a1a..adee444555cf 100644 --- a/board/Marvell/mvebu_armada-37xx/board.c +++ b/board/Marvell/mvebu_armada-37xx/board.c @@ -59,11 +59,11 @@ DECLARE_GLOBAL_DATA_PTR;
- Memory Controller Registers
- Assembled based on public information:
- https://gitlab.nic.cz/turris/mox-boot-builder/-/blob/v2020.11.26/wtmi/main.c...
- https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/blob/mv_ddr-arma...
- And checked against the written register values for the various topologies:
- */ #define A3700_CH0_MC_CTRL2_REG MVEBU_REGISTER(0x002c4) #define A3700_MC_CTRL2_SDRAM_TYPE_MASK 0xf
Viele Grüße, Stefan Roese

On 1/21/22 12:01, Pali Rohár wrote:
Use versioned URLs for line numbers as branches are moving in the time and use master branch for mv-ddr-marvell where is up-to-date code.
Signed-off-by: Pali Rohár pali@kernel.org
Applied to u-boot-marvell/master
Thanks, Stefan
board/Marvell/mvebu_armada-37xx/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/Marvell/mvebu_armada-37xx/board.c b/board/Marvell/mvebu_armada-37xx/board.c index e0e7720e4a1a..adee444555cf 100644 --- a/board/Marvell/mvebu_armada-37xx/board.c +++ b/board/Marvell/mvebu_armada-37xx/board.c @@ -59,11 +59,11 @@ DECLARE_GLOBAL_DATA_PTR;
- Memory Controller Registers
- Assembled based on public information:
- https://gitlab.nic.cz/turris/mox-boot-builder/-/blob/v2020.11.26/wtmi/main.c...
- https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/blob/mv_ddr-arma...
- And checked against the written register values for the various topologies:
- */ #define A3700_CH0_MC_CTRL2_REG MVEBU_REGISTER(0x002c4) #define A3700_MC_CTRL2_SDRAM_TYPE_MASK 0xf
Viele Grüße, Stefan Roese
participants (2)
-
Pali Rohár
-
Stefan Roese