]> git.ipfire.org Git - people/ms/u-boot.git/commit
axs10x: Move environment from I2C EEPROM to SD-card
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 1 Jun 2017 14:09:38 +0000 (17:09 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 29 Jun 2017 16:34:10 +0000 (19:34 +0300)
commitef41e9d33e1ba524ef4bb0919959e2db92a2547c
treea1d45d145f5456b4270b42995fcf2823f559efd9
parentc2a7ee226d38e943a5643b244f4190458e67b064
axs10x: Move environment from I2C EEPROM to SD-card

With deprecation of I2C EEPROM we we left without a permamnent
storage for U-Boot environment, but luckily we may simply use SD-card
with FAT partition for that.

Having environment on SD-card is much more convenient as it
allows us to preserve all the settings when moving from one board to
another. Moreover instead of 256 bytes of EEPROM we're now virtually
unlimited in stuff being placed in environment like complicated scripts
etc which are usually required in case of full-scale distros.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
include/configs/axs10x.h