summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-arm720t/netarm_eni_module.h
Commit message (Collapse)AuthorAgeFilesLines
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-131-121/+0
| | | | | | | | This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* * Patch by Thomas Elste, 10 Feb 2004:wdenk2004-02-231-0/+121
Add support for NET+50 CPU and ModNET50 board * Patch by Sam Song, 10 Feb 2004: Fix typos in cfi_flash.c * Patch by Leon Kukovec, 10 Feb 2004 Fixed long dir entry slot id calculation in get_vfatname * Patch by Robin Gilks, 10 Feb 2004: add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >=)