]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/armltd/integratorap/split_by_variant.sh
integratorap/cp: use cfi driver
[karo-tx-uboot.git] / board / armltd / integratorap / split_by_variant.sh
index 2c9fe2e5192984b6d17f611156d921ceb43c8856..2f86b52108436a22effdf0401989a558ce8acc4a 100755 (executable)
@@ -120,10 +120,6 @@ mkdir -p ${obj}include
 mkdir -p ${obj}board/armltd/integratorap
 mv tmp.fil ${obj}include/config.h
 # ---------------------------------------------------------
-#      Ensure correct core object loaded first in U-Boot image
-# ---------------------------------------------------------
-sed -r 's/CPU_FILE/cpu\/'$cpu'\/start.o/; s/#.*//' ${src}board/armltd/integratorap/u-boot.lds.template > ${obj}board/armltd/integratorap/u-boot.lds
-# ---------------------------------------------------------
 # Complete the configuration
 # ---------------------------------------------------------
 $MKCONFIG -a integratorap arm $cpu integratorap armltd;