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 ...
mx6: Support SKS-Kinkel sksimx6 BoardBoard has 1GB RAM and boots from SD CardU-Boot SPL 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54)BT_FUSE_SEL already fused, will do nothingTrying to b
mx6: Support SKS-Kinkel sksimx6 BoardBoard has 1GB RAM and boots from SD CardU-Boot SPL 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54)BT_FUSE_SEL already fused, will do nothingTrying to boot from MMC1U-Boot 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54 +0100)CPU: Freescale i.MX6DL rev1.2 996 MHz (running at 792 MHz)CPU: Commercial temperature grade (0C to 95C) at 40CReset cause: PORI2C: readyDRAM: 1 GiBMMC: FSL_SDHC: 0In: serialOut: serialErr: serialNet: FEC [PRIME]Signed-off-by: Stefano Babic <sbabic@denx.de>Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>