SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline in a file (except where shebangs are used, then it's second line)and with slightly different comment styles than us.In part due to community overlap, in part due to better tag visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
treewide: replace #include <asm/errno.h> with <linux/errno.h>Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h havethe same content. (both just wrap <asm-generic/errno.h>)Replace
treewide: replace #include <asm/errno.h> with <linux/errno.h>Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h havethe same content. (both just wrap <asm-generic/errno.h>)Replace all include directives for <asm/errno.h> with <linux/errno.h>.Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>[trini: Fixup include/clk.]Signed-off-by: Tom Rini <trini@konsulko.com>
usbarmory: Add board_run_command() functionDefine a default board_run_command() function. This function containsthe commands needed to boot the board when CLI is disabled (CONFIG_CMDLINE=n).Sign
usbarmory: Add board_run_command() functionDefine a default board_run_command() function. This function containsthe commands needed to boot the board when CLI is disabled (CONFIG_CMDLINE=n).Signed-off-by: Andrej Rosano <andrej@inversepath.com>
ARM: mx5: add support for USB armory boardAdd support for Inverse Path USB armory board, an open sourceflash-drive sized computer based on Freescale i.MX53 SoC.http://inversepath.com/usbarmory
ARM: mx5: add support for USB armory boardAdd support for Inverse Path USB armory board, an open sourceflash-drive sized computer based on Freescale i.MX53 SoC.http://inversepath.com/usbarmorySigned-off-by: Andrej Rosano <andrej@inversepath.com>Cc: Stefano Babic <sbabic@denx.de>Cc: Chris Kuethe <chris.kuethe@gmail.com>Cc: Fabio Estevam <festevam@gmail.com>Cc: Vagrant Cascadian <vagrant@debian.org>Tested-By: Vagrant Cascadian <vagrant@debian.org>Tested-by: Chris Kuethe <chris.kuethe@gmail.com>