commit | 2fa6e1ce20c076aa48e0032d0d394f109c3c398a | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rupert.swarbrick@argondesign.com> | Mon Sep 11 12:38:10 2017 +0100 |
committer | Rupert Swarbrick <rupert.swarbrick@argondesign.com> | Fri Sep 29 17:12:21 2017 +0000 |
tree | e1cf3fd8e96c4daa46d1d21adbb1ec8ef9beeef7 | |
parent | c01cc430880ea5ee0e3d54517d0b21ca564a55e7 [diff] [blame] |
Add 32x128/128x32 block sizes Change-Id: Ieb28f40d85e4db4af33648c32c406dd2931ceb89
diff --git a/examples/inspect.c b/examples/inspect.c index 03a6440..e91f1e4 100644 --- a/examples/inspect.c +++ b/examples/inspect.c
@@ -151,6 +151,9 @@ #endif ENUM(BLOCK_4X16), ENUM(BLOCK_16X4), ENUM(BLOCK_8X32), ENUM(BLOCK_32X8), ENUM(BLOCK_16X64), ENUM(BLOCK_64X16), +#if CONFIG_EXT_PARTITION + ENUM(BLOCK_32X128), ENUM(BLOCK_128X32), +#endif LAST_ENUM };