From: danh-arm Date: Mon, 13 Jun 2016 12:50:58 +0000 (+0100) Subject: Merge pull request #629 from ljerry/tf_issue_398 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f9455cea8c38f36f12c524226ccfae2ed2dabf87;p=project%2Fbcm63xx%2Fatf.git Merge pull request #629 from ljerry/tf_issue_398 Bring IO storage dummy driver --- f9455cea8c38f36f12c524226ccfae2ed2dabf87 diff --cc include/drivers/io/io_storage.h index 243f6883,f7e5b865..1b3028ae --- a/include/drivers/io/io_storage.h +++ b/include/drivers/io/io_storage.h @@@ -43,8 -43,8 +43,9 @@@ typedef enum IO_TYPE_INVALID, IO_TYPE_SEMIHOSTING, IO_TYPE_MEMMAP, + IO_TYPE_DUMMY, IO_TYPE_FIRMWARE_IMAGE_PACKAGE, + IO_TYPE_BLOCK, IO_TYPE_MAX } io_type_t;