aboutsummaryrefslogtreecommitdiff
path: root/rpb-openembedded
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-12-17 11:20:25 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2019-12-17 11:20:25 +0300
commit4a982df882f4fc054f0d39429a7e9708fbe91001 (patch)
treedbaf9157d71ee68b33b99b8280d6eefff69b49cf /rpb-openembedded
parent8d7cd29c609a35bcf369804ad088ec2e7654af92 (diff)
rpb-oe: remove kernel args from template
uboot has to provide kernel args or they have to be compiled into the kernel. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: I3da5cf6f0e09f85e6882b27b7d13b15c8485994b
Diffstat (limited to 'rpb-openembedded')
-rw-r--r--rpb-openembedded/lava-job-definitions/synquacer/template-boot.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpb-openembedded/lava-job-definitions/synquacer/template-boot.yaml b/rpb-openembedded/lava-job-definitions/synquacer/template-boot.yaml
index 8453b262..1dbc392d 100644
--- a/rpb-openembedded/lava-job-definitions/synquacer/template-boot.yaml
+++ b/rpb-openembedded/lava-job-definitions/synquacer/template-boot.yaml
@@ -14,7 +14,6 @@ visibility: public
context:
test_character_delay: 10
- extra_kernel_args: \"${KERNEL_ARGS}\"
actions:
- deploy:
@@ -39,7 +38,7 @@ actions:
commands:
- insmod efinet
- net_ls_addr
- - 'linux (tftp,{SERVER_IP})/{KERNEL} root=/dev/nfs rw nfsroot={NFS_SERVER_IP}:{NFSROOTFS},tcp,hard,intr,vers=3 ip=dhcp ${KERNEL_ARGS}'
+ - 'linux (tftp,{SERVER_IP})/{KERNEL} root=/dev/nfs rw nfsroot={NFS_SERVER_IP}:{NFSROOTFS},tcp,hard,intr,vers=3 ip=dhcp'
- clear
- boot
prompts: