summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Protsenko <semen.protsenko@linaro.org>2016-02-26 21:37:52 +0200
committerTom Rini <trini@konsulko.com>2016-02-29 14:49:37 -0500
commitc6afa1137597a102ef9469e9cdcafec1c02ed35e (patch)
treeaf121888304ce3531b2f74b9f5cfd76429812730 /Makefile
parent23a004a63f617d565a9f714873fe60f31c9c548b (diff)
arm: dra7xx: Define Android partition table
"fastboot oem format" command reuses "gpt write" command, which in turn requires correct partitions defined in $partitions variable. This patch adds such definition of Android partitions for DRA7XX EVM board. By default $partitions variable contains Linux partition table. In order to prepare Android environment one can run next commands from U-Boot shell: => env set partitions $partitions_android => env save After those operations one can go to fastboot mode and perform "fastboot oem format" to create Android partition table. While at it, enable CONFIG_RANDOM_UUID to spare user from providing UUIDs for each partition manually. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions