diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-24 06:18:56 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-24 06:18:56 +0000 |
commit | 2cb9a170fa70b24c87f0ee475b705469d8568e4c (patch) | |
tree | 6be558832710a8be79cd6d266195509aa9bf4244 /conf/machine/kilauea.conf | |
parent | 2ed3e811387b05c904bf7b152745b0f7c8eb00a5 (diff) |
kilauea.conf: add uImage entry point and load address
Diffstat (limited to 'conf/machine/kilauea.conf')
-rw-r--r-- | conf/machine/kilauea.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/kilauea.conf b/conf/machine/kilauea.conf index 211d5c7072..0ec14a9c5d 100644 --- a/conf/machine/kilauea.conf +++ b/conf/machine/kilauea.conf @@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_u-boot = "1.3.2" UBOOT_MACHINE = "kilauea_config" +UBOOT_ENTRYPOINT = "0" +UBOOT_LOADADDRESS = "0" SERIAL_CONSOLE = "115200 ttyS0" |