summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Protsenko <semen.protsenko@linaro.org>2016-07-29 01:28:55 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2016-07-29 01:29:40 -0500
commit7ce069c0cca7aafcf7078e220c5e95b88121391f (patch)
tree29cfd215cb48425fe8f0e5c76ba411983104b312
parent2b9dcc03997c364dc1390f698ae747a6b99f64ce (diff)
downloadam57xevm-7ce069c0cca7aafcf7078e220c5e95b88121391f.tar.gz
am57xevm: Fix cpuset configuration for AM57x EVM board
1. Fix typo in init.am57xevmboard.rc Obviously the `+' signs are from some patch file and weren't supposed to be there in the first place. 2. Fix board name in device.mk, so init.am57xevmboard.cpuset.sh script can be copied to /system/bin Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--device.mk2
-rw-r--r--init.am57xevmboard.rc6
2 files changed, 3 insertions, 5 deletions
diff --git a/device.mk b/device.mk
index ac3252e..09b2a98 100644
--- a/device.mk
+++ b/device.mk
@@ -49,7 +49,7 @@ PRODUCT_COPY_FILES += \
# cpuset configuration
PRODUCT_COPY_FILES += \
- device/ti/jacinto6evm/init.jacinto6evmboard.cpuset.sh:system/bin/init.jacinto6evmboard.cpuset.sh
+ device/ti/am57xevm/init.am57xevmboard.cpuset.sh:system/bin/init.am57xevmboard.cpuset.sh
PRODUCT_PROPERTY_OVERRIDES := \
diff --git a/init.am57xevmboard.rc b/init.am57xevmboard.rc
index f0cabdc..d652694 100644
--- a/init.am57xevmboard.rc
+++ b/init.am57xevmboard.rc
@@ -33,10 +33,8 @@ on post-fs-data
insmod /system/lib/modules/gps_drv.ko
on boot
-
-+ # execute script to set cpuset configuration
-+ exec - root root system -- /system/bin/init.am57xevmboard.cpuset.sh
-+
+ # execute script to set cpuset configuration
+ exec - root root system -- /system/bin/init.am57xevmboard.cpuset.sh
# wi-fi
mkdir /data/misc/wifi/sockets 0770 wifi wifi