From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Mon, 24 Oct 2011 09:12:52 +0200 Subject: [U-Boot] [PATCH v3 8/8] km_arm: enable POST for these boards In-Reply-To: <20111021221506.B1ED918AE81D@gemini.denx.de> References: <1314975550-15766-1-git-send-email-valentin.longchamp@keymile.com> <1314975550-15766-9-git-send-email-valentin.longchamp@keymile.com> <20111021221506.B1ED918AE81D@gemini.denx.de> Message-ID: <4EA50FF4.5030105@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 10/22/2011 12:15 AM, Wolfgang Denk wrote: > Dear Valentin Longchamp, > > In message <1314975550-15766-9-git-send-email-valentin.longchamp@keymile.com> you wrote: >> The current km_arm boards have a Power-On test jumper. When this >> jumper is set, this triggers some Power-On tests on the board. >> >> This patch enables the support of this jumper for starting the >> memory_regions test when the jumper is set. >> >> Signed-off-by: Valentin Longchamp >> Signed-off-by: Holger Brunck >> Cc: Prafulla Wadaskar >> --- >> Changes for v2: >> - adapted to CONFIG_POST_EXTERNAL_WORD_FUNCS >> - implemented suggestion from Sergei >> Changes for v3: >> - moved arch_memory_test_prepare from post/board/km_arm to >> board/keymile/km_arm/km_arm.c >> --- >> board/keymile/km_arm/km_arm.c | 32 ++++++++++++++++++++++++++++++++ >> include/configs/km/km_arm.h | 6 ++++++ >> 2 files changed, 38 insertions(+), 0 deletions(-) > > Applied, thanks. > you already committed a v4 of this patch together with the patch serie. See: http://lists.denx.de/pipermail/u-boot/2011-October/104061.html So could you please revert this one? Because this breaks the board support for all our arm based boards. Best regards Holger