]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/pxa/start.S
arm: pxa: move SP check from start.S to cpuinfo.c
[karo-tx-uboot.git] / arch / arm / cpu / pxa / start.S
index ae0d13ce8fe449fb72c59f7b4df1504e7e1f5800..eb3243a7cb2c083cdba9d6cf72c03c649f4474d0 100644 (file)
 #include <config.h>
 #include <version.h>
 
-#ifdef CONFIG_CPU_PXA25X
-#if ((CONFIG_SYS_INIT_SP_ADDR) != 0xfffff800)
-#error "Init SP address must be set to 0xfffff800 for PXA250"
-#endif
-#endif
-
 .globl _start
 _start: b      reset
 #ifdef CONFIG_SPL_BUILD