[oe-commits] org.oe.dev fix u-boot load and entry addresses for AT32STK1000 and ATNGW100 boards. patch courtesy Geoffrey Wossum. closes #3958

mickeyl commit oe at amethyst.openembedded.net
Mon Mar 17 08:53:17 UTC 2008


fix u-boot load and entry addresses for AT32STK1000 and ATNGW100 boards. patch courtesy Geoffrey Wossum. closes #3958

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1106693eacea160c1d3f22af754d84341686171c
ViewMTN: http://monotone.openembedded.org/revision/info/1106693eacea160c1d3f22af754d84341686171c
Files:
1
conf/machine/at32stk1000.conf
conf/machine/atngw100.conf
Diffs:

#
# mt diff -r5242f08e5988cfd722cc7096bde23b7a64ffa164 -r1106693eacea160c1d3f22af754d84341686171c
#
#
#
# patch "conf/machine/at32stk1000.conf"
#  from [994d60f948a5739d6823d08b129b0b578c266e6b]
#    to [f10524857a44bab4e575452668a3691277b3f78f]
# 
# patch "conf/machine/atngw100.conf"
#  from [f8e16fd82334ed6e47de584e2bcbfbec63360ec3]
#    to [89a6ee9913538126eac21df68b6676787b076b88]
#
============================================================
--- conf/machine/at32stk1000.conf	994d60f948a5739d6823d08b129b0b578c266e6b
+++ conf/machine/at32stk1000.conf	f10524857a44bab4e575452668a3691277b3f78f
@@ -24,4 +24,7 @@ PREFERRED_VERSION_u-boot = "1.1.4"
 KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "1.1.4"
 
+UBOOT_ENTRYPOINT = "0x90000000"
+UBOOT_LOADADDRESS = "0x10000000"
 
+
============================================================
--- conf/machine/atngw100.conf	f8e16fd82334ed6e47de584e2bcbfbec63360ec3
+++ conf/machine/atngw100.conf	89a6ee9913538126eac21df68b6676787b076b88
@@ -23,6 +23,6 @@ UBOOT_ENTRYPOINT = "0x90000000"
 KERNEL_IMAGETYPE = "uImage"
 
 UBOOT_ENTRYPOINT = "0x90000000"
-UBOOT_LOADADRESS = "0x10000000"
+UBOOT_LOADADDRESS = "0x10000000"
 
 






More information about the Openembedded-commits mailing list