sysmocom-odu: We want to have barebox as bootloader

We are using barebox for the sysmocom-odu as the SoM supplier
was already using it.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-11 19:01:36 +02:00
parent da3cf64f1e
commit 2371fca7c7
1 changed files with 2 additions and 0 deletions

View File

@ -32,3 +32,5 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
# Go back to prefer our kernel
PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom"
KERNEL_IMAGETYPE = "uImage"
PREFERRED_PROVIDER_virtual/bootloader = "barebox-sysmocom"