mkubootimage(1): Added tool to generate u-boot kernel images.

This commit is contained in:
jmcneill 2010-06-18 19:20:04 +00:00
parent 5815775328
commit d1bc22c591

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1405 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1406 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -634,3 +634,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
by mvgbe@gt. [kiyohara 20100609]
arm: Added support for Cortex-A8 CPUs. [jmcneill 20100616]
vnsubr(9): Remove recursive vnode locks. [hannken 20100618]
mkubootimage(1): Added tool to generate u-boot kernel images.
[jmcneill 20100618]