some device

This commit is contained in:
Palmer Dabbelt 2017-03-23 14:51:30 -07:00
parent 03fa9d22c4
commit ae51b92480
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ struct fespi_target {
static const struct fespi_target target_devices[] = {
/* name, tap_idcode, ctrl_base */
{ "Freedom E300 SPI Flash", 0x10e31913 , 0x10014000 },
{ "whatever", 0x00000001, 0x10014000 },
{ NULL, 0, 0 }
};