summaryrefslogtreecommitdiff
path: root/doc/README.Sandpoint8240
AgeCommit message (Collapse)Author
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk
Also drop a few files referring to no longer / not yet supported boards. Signed-off-by: Wolfgang Denk <[email protected]> Cc: Prafulla Wadaskar <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Kim Phillips <[email protected]> Cc: Andy Fleming <[email protected]> Cc: Jason Jin <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Daniel Schwierzeck <[email protected]> Acked-by: Stefano Babic <[email protected]> Acked-by: Daniel Schwierzeck <[email protected]>
2012-03-27doc: Fix some typos in different filesThomas Weber
adresses/addresses alernate/alternate asssuming/assuming calcualted/calculated enviroment/environment evalutation/evaluation falsh/flash labled/labeled paramaters/parameters Signed-off-by: Thomas Weber <[email protected]> Acked-by: Anatolij Gustschin <[email protected]>
2005-11-20Change all '$(...)' variable references into '${...}'Wolfgang Denk
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
2002-11-03Initial revisionwdenk