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>
show more ...
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>