diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-01 17:31:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-10 09:35:48 -0300 |
commit | 0122bc3377544dd2b2dfec5ddeabc97f070db049 (patch) | |
tree | 913041c29625376a2d2556352c04a90cc3be6f1a /conf | |
parent | 7186472540de725d77f4f029e6dbd089184f2deb (diff) | |
download | meta-fsl-arm-0122bc3377544dd2b2dfec5ddeabc97f070db049.tar.gz |
imx6dlsabresd: Use U-Boot 2013.07
Change-Id: Ieb49b155a1332124c51f548cbb0057fb0b52dcf9
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx6dlsabresd.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index 3962402..d76a64c 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf | |||
@@ -8,11 +8,7 @@ include conf/machine/include/tune-cortexa9.inc | |||
8 | 8 | ||
9 | SOC_FAMILY = "mx6:mx6dl" | 9 | SOC_FAMILY = "mx6:mx6dl" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 11 | UBOOT_MACHINE = "mx6dlsabresd_config" |
12 | |||
13 | UBOOT_MACHINE = "mx6dl_sabresd_config" | ||
14 | UBOOT_SUFFIX = "bin" | ||
15 | UBOOT_PADDING = "2" | ||
16 | 12 | ||
17 | SERIAL_CONSOLE = "115200 ttymxc0" | 13 | SERIAL_CONSOLE = "115200 ttymxc0" |
18 | 14 | ||