consider amode parameter properly

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1389 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Arnim Läuger 16 years ago
parent 752cb1cffe
commit 0ab386f676

@ -1,5 +1,9 @@
2008-12-01 Arnim Laeuger <arniml@users.sourceforge.net>
* src/bus/prototype.c (prototype_bus_new): consider amode parameter properly
when specified on the command line. pervious version didn't set ASHIFT in
this case.
* src/flash/amd.c (amd_flash_print_info): added Spansion S92GL chips
2008-11-16 Kolja Waschk <kawk>

@ -236,8 +236,8 @@ prototype_bus_new( chain_t *chain, const bus_driver_t *driver, char *cmd_params[
nbytes >>= 1;
ashift++;
}
ASHIFT = ashift;
}
ASHIFT = ashift;
} else {
printf( _("parameters dlsb=<signal> and/or dmsb=<signal> are not defined\n") );

Loading…
Cancel
Save