summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-30 15:20:23 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-30 15:20:23 +0100
commit0693128b309ade187ada49800ef3f7de1ffa1c8f (patch)
treee8d8e69de46b1777526ec2fa07eeb1d1f8adc961 /conf
parent0e67f8b60bec10bc4e428f0d4559373eb4cc4b69 (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.conf2
-rw-r--r--conf/machine/colibri-t30.conf2
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 = ""