]> Git Repo - J-u-boot.git/commit
sunxi: disable direct MMC environment
authorAndre Przywara <[email protected]>
Wed, 4 Apr 2018 00:31:21 +0000 (01:31 +0100)
committerJagan Teki <[email protected]>
Wed, 4 Apr 2018 08:45:32 +0000 (14:15 +0530)
commit901fb09d01b80c0ddf923078c364a6b55ed43d1d
treea67f7e34dd3b4f0a9a2c4eab614cf3eebdd27c2d
parentecd0cec04ca672b9ca8d003ef2a07429f7d4c101
sunxi: disable direct MMC environment

Since the dawn of time for the Allwinner support in mainline U-Boot
we store the environment to the SD card and write directly at
544KB from the beginning of the device. This leads to problems when
the U-Boot proper image grows beyond 504KB and eventually overlaps.
With one release of having the environment preferably in a FAT
partition, let's now turn off the MMC variant fallback, so we get back
all the space we need to implement features.

Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
env/Kconfig
This page took 0.035671 seconds and 4 git commands to generate.