diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-21 20:28:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-21 20:28:15 +0000 |
commit | eec1fc3ecc7bcf393ec73cd1cd8f1c400039d53e (patch) | |
tree | c35001590d859913d6826f2507cc6a8ef5a88a54 /conf | |
parent | 878334ee57dd75727547daba08ee4315d75bc506 (diff) |
gumstix: make uboot entry point overridable per machine
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/gumstix.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf index 5b416fe3f1..9d51cdcead 100644 --- a/conf/machine/gumstix.conf +++ b/conf/machine/gumstix.conf @@ -15,6 +15,8 @@ module_autoload_g_ether = "g_ether" OLDEST_KERNEL = "2.6.15" +UBOOT_ENTRYPOINT = "a0008000" + #Assume people have some gumstix extension boards MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget bluetooth" |