diff options
author | Christian Gmeiner | 2014-12-04 09:55:36 +0100 |
---|---|---|
committer | Stefano Babic | 2014-12-19 15:32:13 +0100 |
commit | bd2600d375adb898b9ef8227059b14619a5e2cc5 (patch) | |
tree | d6c04948681c1372adf83e979e45bd457b909d40 /include/configs/ot1200.h | |
parent | fb00bda705cd983bc261fba66ca4b7f5f056fdeb (diff) |
ot1200: add fsuuid command
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 9512b1e1505..0d0873d4443 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -197,6 +197,8 @@ #define CONFIG_CMD_EXT4 #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FS_GENERIC +#define CONFIG_LIB_UUID +#define CONFIG_CMD_FS_UUID #define CONFIG_BOOTP_SERVERIP #define CONFIG_BOOTP_BOOTFILE |