diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-05-06 04:48:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-06 16:54:28 +0200 |
commit | 9e5a5451c7785214568f35e679be0a43ec48f4df (patch) | |
tree | 23968593718c48936a28711d5b39c8d564d8983d | |
parent | c719ded2b94e2d53988d592c9229ad3544e5168e (diff) | |
download | buildroot-novena-9e5a5451c7785214568f35e679be0a43ec48f4df.tar.gz buildroot-novena-9e5a5451c7785214568f35e679be0a43ec48f4df.zip |
board/freescale: switch to u-boot 2013.04
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | board/freescale/mpc8315erdb/readme.txt | 2 | ||||
-rw-r--r-- | board/freescale/p1010rdb/readme.txt | 2 | ||||
-rw-r--r-- | configs/freescale_mpc8315erdb_defconfig | 2 | ||||
-rw-r--r-- | configs/freescale_p1010rdb_defconfig | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/board/freescale/mpc8315erdb/readme.txt b/board/freescale/mpc8315erdb/readme.txt index 91e58e4d4..f7f9c94cf 100644 --- a/board/freescale/mpc8315erdb/readme.txt +++ b/board/freescale/mpc8315erdb/readme.txt @@ -6,7 +6,7 @@ It won't work for NOR and will brick that bootloader! Also don't go playing around with different U-boot versions or flash targets unless you've got the necessary hardware and/or know-how to unbrick your kit. -2012.10 is known good for NAND. +2013.04 is known good for NAND. ******************** WARNING ******************** You'll need to program the files created by buildroot into the flash. diff --git a/board/freescale/p1010rdb/readme.txt b/board/freescale/p1010rdb/readme.txt index 96293b7f3..5b56873f8 100644 --- a/board/freescale/p1010rdb/readme.txt +++ b/board/freescale/p1010rdb/readme.txt @@ -6,7 +6,7 @@ It won't work for NAND or SPI and will brick those bootloaders! Also don't go playing around with different U-boot versions or flash targets unless you've got the necessary hardware and/or know-how to unbrick your kit. -2012.10 is known good for NOR, but BAD for NAND and SPI. +2013.04 is known good for NOR. ******************** WARNING ******************** You'll need to program the files created by buildroot into the flash. diff --git a/configs/freescale_mpc8315erdb_defconfig b/configs/freescale_mpc8315erdb_defconfig index 9f733fae3..88e0d8a07 100644 --- a/configs/freescale_mpc8315erdb_defconfig +++ b/configs/freescale_mpc8315erdb_defconfig @@ -30,4 +30,4 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="MPC8315ERDB_NAND" -BR2_TARGET_UBOOT_2012_10=y +BR2_TARGET_UBOOT_2013_04=y diff --git a/configs/freescale_p1010rdb_defconfig b/configs/freescale_p1010rdb_defconfig index a36f07c09..88876362b 100644 --- a/configs/freescale_p1010rdb_defconfig +++ b/configs/freescale_p1010rdb_defconfig @@ -29,4 +29,4 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="P1010RDB_NOR" -BR2_TARGET_UBOOT_2012_10=y +BR2_TARGET_UBOOT_2013_04=y |