summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm1176
diff options
context:
space:
mode:
authorseedshope <bocui107@gmail.com>2011-01-22 10:06:13 +0000
committerAlbert Aribaud <albert.aribaud@free.fr>2011-03-27 19:19:21 +0200
commit9a3a49fb00a22324873f1e331379877ec3374962 (patch)
tree8df9c6c06b63accf2fda55918bae5667916338a0 /arch/arm/cpu/arm1176
parent6dde5074cce290839afdd8e329efb7301cb9fcce (diff)
downloadblackbird-obmc-uboot-9a3a49fb00a22324873f1e331379877ec3374962.tar.gz
blackbird-obmc-uboot-9a3a49fb00a22324873f1e331379877ec3374962.zip
SMDK6400: Disable LED function in start.s on the nand booting
Since nand boot have some limit for the first 4KB, We only disable the LED function to reduce the code space. At the same time, Fix the compile error for LED function undefined in the compile time of nand_spl. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/cpu/arm1176')
-rw-r--r--arch/arm/cpu/arm1176/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S
index 6ae118ac45..b095f22f68 100644
--- a/arch/arm/cpu/arm1176/start.S
+++ b/arch/arm/cpu/arm1176/start.S
@@ -356,9 +356,11 @@ clbss_l:str r2, [r0] /* clear loop... */
cmp r0, r1
bne clbss_l
+#ifndef CONFIG_NAND_SPL
bl coloured_LED_init
bl red_LED_on
#endif
+#endif
/*
* We are done. Do not return, instead branch to second part of board
OpenPOWER on IntegriCloud