aboutsummaryrefslogtreecommitdiff
path: root/load_nandsim.sh
AgeCommit message (Collapse)Author
2012-08-03load_nandsim.sh: use less bashisms + cleanupsArtem Bityutskiy
Use posix shell constructs in the "if" statements. Additionally, use quotes everywhere for variables. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2012-08-03load_nandsim.sh: remove useless functionArtem Bityutskiy
We do not really need a separate complex function to check if nandsim is already loaded or not. Besides, it is safer to check /proc/mtd in case nandsim is compiled-in. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2008-02-08Add load_nandsim.sh scriptArtem Bityutskiy
This script makes it easier to load nandsim and emulate a NAND flash of specified geometry Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>