mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
u-boot 2011.10rc: Read EEPROM header correctly for BeagleBone board detection
This patch fixes the case where the EEPROM is programmed but we still use the fall back case to detect the bone board. Now that EEPROMs are programmed, we should correctly detect the bone board instead of relying on fall back to bone mode. PR bumped Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
d5ed504263
commit
4e006611b4
@@ -4,7 +4,7 @@ require u-boot.inc
|
||||
COMPATIBLE_MACHINE = "(ti33x)"
|
||||
DEFAULT_PREFERENCE_ti33x = "99"
|
||||
PV = "2011.09+git"
|
||||
PR = "r14"
|
||||
PR = "r15"
|
||||
|
||||
# SPL build
|
||||
UBOOT_BINARY = "u-boot.img"
|
||||
@@ -18,6 +18,7 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
|
||||
file://2011.09git/0001-mach-types-Add-new-beaglebone-machine-type.patch \
|
||||
file://2011.09git/0003-am335x_evm-single-byte-address-EEPROM-for-board-iden.patch \
|
||||
file://2011.09git/0004-am335x-evm-fall-back-to-bone-if-header.config-is-emp.patch \
|
||||
file://2011.09git/0005-am335x-evm-Read-name-field-in-EEPROM-header-for-Beag.patch \
|
||||
"
|
||||
|
||||
SRCREV = "9158d7f37d596b867039345cb2e3f8f18f54fe46"
|
||||
|
||||
Reference in New Issue
Block a user