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>
This commit is contained in:
Denys Dmytriyenko 2014-03-31 11:04:25 -04:00 committed by Richard Purdie
parent a34497a292
commit dee07bee84
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"
SPL_BINARY = "MLO"
UBOOT_SUFFIX = "img"
UBOOT_MACHINE = "am335_evm_config"
UBOOT_MACHINE = "am335x_evm_config"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"