commit | 05c3ca62d42f510c0df4e7d9b550e3bc76da027e | [log] [tgz] |
---|---|---|
author | Xu Ziyuan <xzy.xu@rock-chips.com> | Wed Aug 03 11:55:05 2016 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 05 17:56:08 2016 -0600 |
tree | c0ee806b915bd393fc5e6cbed4da20bc9aa3f1d5 | |
parent | 535b3dcd0abcd581a60d8386befdeff07cf72489 [diff] |
rockchip: add basic partitions support for rk3288 For compatibility with distro boot, fastboot, and mount the mmc deivce to PC via usb mass storage feature, GPT partitions are essential. You should write the partitions to mmc device prior to use above feature. => gpt write mmc 1 $partitions GPT successfully written to block device! success! Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>