summaryrefslogtreecommitdiff
path: root/src/flash/nand/nonce.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/nonce.c')
-rw-r--r--src/flash/nand/nonce.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/nand/nonce.c b/src/flash/nand/nonce.c
index f4411640..8d15040f 100644
--- a/src/flash/nand/nonce.c
+++ b/src/flash/nand/nonce.c
@@ -21,6 +21,7 @@
#include "config.h"
#endif
#include <flash/nand.h>
+#include "hello.h"
static int nonce_nand_command(struct nand_device *nand, uint8_t command)
@@ -68,6 +69,7 @@ static int nonce_nand_init(struct nand_device *nand)
struct nand_flash_controller nonce_nand_controller =
{
.name = "nonce",
+ .commands = hello_command_handlers,
.nand_device_command = &nonce_nand_device_command,
.init = &nonce_nand_init,
.reset = &nonce_nand_reset,