diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2014-03-31 11:04:25 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 23:04:36 +0100 |
| commit | dee07bee84361eb58cdc0e267b22d71155b89b65 (patch) | |
| tree | 2712fbe5083ec589c1ca5d589e103c137e91cfda | |
| parent | a34497a2925f224fd2eabf2e61bf7ae0dcc4e6ac (diff) | |
| download | poky-dee07bee84361eb58cdc0e267b22d71155b89b65.tar.gz | |
beaglebone: fix typo in the U-Boot config name
(From meta-yocto rev: be083ee47192e11d16612f22fc600fd9e49d2893)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 4a617e0357..f2ef0cf251 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
| @@ -30,7 +30,7 @@ KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" | |||
| 30 | 30 | ||
| 31 | SPL_BINARY = "MLO" | 31 | SPL_BINARY = "MLO" |
| 32 | UBOOT_SUFFIX = "img" | 32 | UBOOT_SUFFIX = "img" |
| 33 | UBOOT_MACHINE = "am335_evm_config" | 33 | UBOOT_MACHINE = "am335x_evm_config" |
| 34 | UBOOT_ENTRYPOINT = "0x80008000" | 34 | UBOOT_ENTRYPOINT = "0x80008000" |
| 35 | UBOOT_LOADADDRESS = "0x80008000" | 35 | UBOOT_LOADADDRESS = "0x80008000" |
| 36 | 36 | ||
