diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-04-02 10:20:07 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-02 16:36:06 -0400 |
commit | aafd2c5ddb9078c425c2edb8a6b5f5017895bea3 (patch) | |
tree | 4e6fe17556991d84784491aac830769f927fe828 /include/configs/trats.h | |
parent | 39206382dea929b6a834c212b431821e06e68f39 (diff) | |
download | u-boot-aafd2c5ddb9078c425c2edb8a6b5f5017895bea3.tar.gz |
trats/trats2: enable CONFIG_RANDOM_UUID
This change enables automatically uuid generation by command gpt.
In case of updating partitions layout user don't need to care about
generate uuid manually.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Piotr Wilczek <p.wilczek@samsung.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: trini@ti.com
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r-- | include/configs/trats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index c00d60a618..1ed4b9f252 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -276,6 +276,7 @@ /* GPT */ #define CONFIG_EFI_PARTITION #define CONFIG_PARTITION_UUIDS +#define CONFIG_RANDOM_UUID #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_CACHELINE_SIZE 32 |