arm: ti: boot: Remove environment partition
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 18 Oct 2018 19:47:17 +0000 (22:47 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 22 Oct 2018 13:18:49 +0000 (09:18 -0400)
commit88d60db01168c743b4ae4152150a43a3df43c1c0
tree121beec65721d1c09900f07211addb599d40b4e3
parente1a8dfde5a1efa5158bd7740ef6cbb8abc12a27f
arm: ti: boot: Remove environment partition

Remove "environment" partition and do not read it when booting Android
from eMMC. We don't use this partition anymore, so this is just an
unintentional leftover.

Earlier we were reading dtb file from "environment" partition to feed it
further to kernel. Now we are using dtb from FIT image ("boot" partition
contains boot_fit.img image), which can be seen from this command:

    bootm ${loadaddr}#${fdtfile}

where "#" character means we have FIT image in ${loadaddr} RAM address.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Acked-by: Praneeth Bajjuri <praneeth@ti.com>
include/environment/ti/boot.h