Skip to content

Commit

Permalink
at91sam9260ek: v2013.04-rc2: boot fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Apr 10, 2013
1 parent 698fb70 commit 2292643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2013.04-rc2/0001-at91sam9g20ek-uEnv.txt-bootz-n-fixes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ index 3aa394a..1e7b33e 100644
{
struct at91_pmc *pmc = (struct at91_pmc *)ATMEL_BASE_PMC;
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index ebcc69a..15bf865 100644
index ebcc69a..aac6ca0 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -81,7 +81,7 @@
Expand Down Expand Up @@ -144,8 +144,8 @@ index ebcc69a..15bf865 100644
+ "initrd_high=0xffffffff\0" \
+ "fdt_high=0xffffffff\0" \
+ "loadaddr=0x22000000\0" \
+ "fdtaddr=0x27FF0000\0" \
+ "fdtfile=/dtbs/at91sam9g20ek.dtb\0" \
+ "fdtaddr=0x21000000\0" \
+ "fdtfile=/dtbs/at91sam9g20ek_2mmc.dtb\0" \
+ "console=ttyS0,115200n8\0" \
+ "optargs=\0" \
+ "mmcdev=0\0" \
Expand Down

0 comments on commit 2292643

Please sign in to comment.