Home
last modified time | relevance | path

Searched hist:"1 b8e4fa1a093c818b53c8b6d959bcfde41fbe065" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A DMPC8569MDS.h1b8e4fa1a093c818b53c8b6d959bcfde41fbe065 Wed Sep 29 17:44:14 UTC 2010 Haiying Wang <Haiying.Wang@freescale.com> mpc8569mds: fix CONFIG_ENV_SIZE

CONFIG_ENV_SIZE of MPC8569MDS was wrongly set to CONFIG_ENV_SECT_SIZE which
is 128KB, so it took longer time to do crc32 calculation for ENV than it should
do. It causes the bootup for MPC8569MDS significantly slow. This patch fixs it
to 0x2000(8KB), also fix the comment for CONFIG_ENV_SECT_SIZE to correct size.

Signed-off-by: Kai.Jiang <Kai.Jiang@freescale.com
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>