[U-Boot] [PATCH] tools: moveconfig: Update the URL for nds32 toolchain

Give a full URL for a working nds32 toolchain for U-Boot.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
tools/moveconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 496c90a..1b53f95 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -181,7 +181,7 @@ SLEEP_TIME=0.03 # (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the followings: # arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases # blackfin: http://sourceforge.net/projects/adi-toolchain/files/ -# nds32: http://osdk.andestech.com/packages/ +# nds32: http://osdk.andestech.com/packages/nds32le-linux-glibc-v1.tgz # nios2: https://sourcery.mentor.com/GNUToolchain/subscription42545 # sh: http://sourcery.mentor.com/public/gnu_toolchain/sh-linux-gnu CROSS_COMPILE = {

2015-09-25 17:22 GMT+09:00 Bin Meng bmeng.cn@gmail.com:
Give a full URL for a working nds32 toolchain for U-Boot.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Thanks!
Reviewed-by: Masahiro Yamada yamada.masahiro@socionext.com

On Fri, Sep 25, 2015 at 01:22:39AM -0700, Bin Meng wrote:
Give a full URL for a working nds32 toolchain for U-Boot.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Masahiro Yamada yamada.masahiro@socionext.com
Applied to u-boot/master, thanks!
participants (3)
-
Bin Meng
-
Masahiro Yamada
-
Tom Rini