]> Git Repo - J-u-boot.git/commitdiff
board:trats2: fix default partitions and mmc env
authorPiotr Wilczek <[email protected]>
Mon, 30 Dec 2013 08:40:40 +0000 (09:40 +0100)
committerMinkyu Kang <[email protected]>
Tue, 31 Dec 2013 07:41:10 +0000 (16:41 +0900)
This patch add uuid disk to defualt partions necessary to
restore gpt partitions and fixes mmcdev environmental variable.

Signed-off-by: Piotr Wilczek <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
include/configs/trats2.h

index 5d86a3d4e355a1b7aab1bb0d414e2dca99d7eddc..c9ce8286665c98d1c605b5ff722d527bd2822bf6 100644 (file)
 #define PARTS_UMS              "ums"
 
 #define PARTS_DEFAULT \
+       "uuid_disk=${uuid_gpt_disk};" \
        "name="PARTS_CSA",start=5MiB,size=8MiB,uuid=${uuid_gpt_"PARTS_CSA"};" \
        "name="PARTS_BOOT",size=64MiB,uuid=${uuid_gpt_"PARTS_BOOT"};" \
        "name="PARTS_MODEM",size=100MiB,uuid=${uuid_gpt_"PARTS_MODEM"};" \
                "${kernelname}\0" \
        "loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} " \
                "${fdtfile}\0" \
-       "mmcdev=CONFIG_MMC_DEFAULT_DEV\0" \
+       "mmcdev=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \
        "mmcbootpart=2\0" \
        "mmcrootpart=5\0" \
        "opts=always_resume=1\0" \
This page took 0.038014 seconds and 4 git commands to generate.