X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsheevaplug.h;h=ed5e284077dbccc50847fda6d061dce20e7ec4b2;hb=b9da77f1958aab4ec50ff2f095b40464ca2489dd;hp=ebed1d526c97aa981ae0d0815828e309612a4233;hpb=6bf634223ab6bd58a3e76cf84a9a204a4408a251;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index ebed1d5..ed5e284 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009-2014 * Gerald Kerma * Marvell Semiconductor * Written-by: Prafulla Wadaskar - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _CONFIG_SHEEVAPLUG_H @@ -22,7 +21,7 @@ /* * Standard filesystems */ -#define CONFIG_SYS_MVFS +#define CONFIG_BZIP2 /* * mv-plug-common.h should be defined after CMD configs since it used them @@ -33,16 +32,15 @@ /* * Environment variables configurations */ -#ifdef CONFIG_CMD_NAND -#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ -#endif /* * max 4k env size is enough, but in case of nand * it has to be rounded to sector size */ -#define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_ADDR 0x80000 -#define CONFIG_ENV_OFFSET 0x80000 /* env starts here */ +/* + * Environment is right behind U-Boot in flash. Make sure U-Boot + * doesn't grow into the environment area. + */ +#define CONFIG_BOARD_SIZE_LIMIT CONFIG_ENV_OFFSET /* * Default environment variables