diff options
author | Martyn Welch <martyn.welch@ge.com> | 2010-03-17 06:26:53 +0000 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-03-17 09:35:59 -0700 |
commit | 86ab2dc6608c2f4342f3a6dcad4bc175c19bda5a (patch) | |
tree | 1fb391b11a4c0adcac0e8ede0b396c22008299f9 /recipes/u-boot | |
parent | 1b8480c8b513c35284e51c2d04989c1bd3c7993e (diff) |
Add Freescale mpc8641_hpcn demo board
A demo board from Freescale, based on the MPC8641D Freescale SOC.
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 61095613e4..e8570e6f7e 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -12,6 +12,7 @@ SRCREV_afeb9260 = "6b8edfde22acc574b5532e9f086e6a7287a9bc78" SRCREV_afeb9260-180 = "6b8edfde22acc574b5532e9f086e6a7287a9bc78" SRCREV_palmpre = "6b8edfde22acc574b5532e9f086e6a7287a9bc78" SRCREV_cm-t35 = "3c014f1586d5bfe30dca7549396915c83f31cd30" +SRCREV_mpc8641-hpcn = "f20393c5e787b3776c179d20f82a86bda124d651" SRCREV_p2020ds = "f20393c5e787b3776c179d20f82a86bda124d651" SRC_URI_append_afeb9260 = " file://AFEB9260-network-fix.patch;patch=1" SRC_URI_append_afeb9260-180 = " file://AFEB9260-network-fix.patch;patch=1" |