ARM: da850-evm: Increase environment NOR partition offset
authorAdam Ford <aford173@gmail.com>
Fri, 2 Aug 2019 12:03:39 +0000 (07:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 12 Aug 2019 17:33:42 +0000 (13:33 -0400)
commitd2c30190ee69869164c3bfafaed5143b0c316983
tree4ee42c3be55efe8894a434547a117ea6930ce7de
parent66e2637b19ed49ee4038dd9d440ce6357587b38c
ARM: da850-evm: Increase environment NOR partition offset

The current size allocated to U-Boot is 384k, but U-Boot has grown
to 436K which means that saving the environmental variables wipes
out part of the U-Boot source and the board ceases to function.
Due to the sector and erase size for the NOR part and a desire to
not have to change partition sizes often, this patch moves the
U-Boot environmental variables to an offset of 1M so saveenv
does not brick the board.  This patch also sets up MTDIDS and
MTDPARTS to clearly show where U-Boot and U-Boot's environmental
variables are located.

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_direct_nor_defconfig
include/configs/da850evm.h