Skip to content
Snippets Groups Projects
Commit 42f5a455 authored by onny's avatar onny
Browse files

test new patch

parent f3331de8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Simple wrapper, that makes heimdall behave more like fastboot
rsync --progress playground.pi:projects/u-boot-2012.04/u-boot.bin .
rsync --progress playground.pi:projects/u-boot-2013.04/u-boot.bin .
echo "< wait for any device >"
while ! heimdall detect > /dev/null 2>&1; do
sleep 1
......
This diff is collapsed.
......@@ -90,8 +90,8 @@ index 000000000..2de29aa78
+#include <asm/arch/mmc.h>
+#include <asm/arch/sromc.h>
+#include <usb/s3c_udc.h>
+#include <pmic.h>
+#include <max8997_pmic.h>
+#include <power/pmic.h>
+#include <power/max8997_pmic.h>
+
+DECLARE_GLOBAL_DATA_PTR;
+struct exynos4_gpio_part1 *gpio1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment