summaryrefslogtreecommitdiff
path: root/common/cmd_otp.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert1-15/+3
2014-02-20blackfin: Add <asm/clock.h> to numerous driversTom Rini1-0/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2010-10-03Blackfin: otp: fix build after constification of args[]Mike Frysinger1-6/+7
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks1-1/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+2
2009-04-02Blackfin: drop newline from OTP helpMike Frysinger1-1/+1
2009-01-28Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger1-3/+3
2009-01-28Blackfin: implement real write support for OTPMike Frysinger1-42/+115
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-02-05interface to Blackfin on-chip One-Time-Programmable memoryMike Frysinger1-0/+163