diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-10-30 15:20:23 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-10-30 15:20:23 +0100 |
commit | 28f05995a6af0650ab1ab590b9187e8309c578cd (patch) | |
tree | afa1f8b851ded5973ec788ff6d41365cc624f42c /conf | |
parent | 173ca7bdbaa110a8ae7525ead01c340077cefe7c (diff) |
apalis/colibri_t30: latest u-boot git migrated to cbootimage/tegrarcm
Use latest U-Boot from git.
Migrate to using cbootimage and tegrarcm.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/apalis-t30.conf | 2 | ||||
-rw-r--r-- | conf/machine/colibri-t30.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf index 32fc942..49dab92 100644 --- a/conf/machine/apalis-t30.conf +++ b/conf/machine/apalis-t30.conf @@ -11,7 +11,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_u-boot = "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" -UBOOT_MACHINE = "apalis_t30_config" +UBOOT_MACHINE = "apalis_t30_defconfig" UBOOT_ENTRYPOINT = "0x82008000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" KEEPUIMAGE = "" diff --git a/conf/machine/colibri-t30.conf b/conf/machine/colibri-t30.conf index 35465dc..e9ceaea 100644 --- a/conf/machine/colibri-t30.conf +++ b/conf/machine/colibri-t30.conf @@ -11,7 +11,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_u-boot = "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" -UBOOT_MACHINE = "colibri_t30_config" +UBOOT_MACHINE = "colibri_t30_defconfig" UBOOT_ENTRYPOINT = "0x82008000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" KEEPUIMAGE = "" |