From ae51b92480ef6f8cee5a0de724c0144f6bb203a6 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Thu, 23 Mar 2017 14:51:30 -0700 Subject: [PATCH] some device --- src/flash/nor/fespi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flash/nor/fespi.c b/src/flash/nor/fespi.c index 49583e913..21688f339 100644 --- a/src/flash/nor/fespi.c +++ b/src/flash/nor/fespi.c @@ -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 } };