summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.binbin160 -> 160 bytes
-rw-r--r--board/scalys/grapeboard/PBL_0x33_0x08_800_250_1000.binbin160 -> 160 bytes
-rw-r--r--board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.binbin160 -> 160 bytes
-rw-r--r--board/scalys/grapeboard/grapeboard.c10
4 files changed, 10 insertions, 0 deletions
diff --git a/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin b/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin
index 5487ff6..dc9e1c9 100644
--- a/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin
+++ b/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin
Binary files differ
diff --git a/board/scalys/grapeboard/PBL_0x33_0x08_800_250_1000.bin b/board/scalys/grapeboard/PBL_0x33_0x08_800_250_1000.bin
index 2a12fd0..08a83a6 100644
--- a/board/scalys/grapeboard/PBL_0x33_0x08_800_250_1000.bin
+++ b/board/scalys/grapeboard/PBL_0x33_0x08_800_250_1000.bin
Binary files differ
diff --git a/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin b/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin
index 11db49f..444860d 100644
--- a/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin
+++ b/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin
Binary files differ
diff --git a/board/scalys/grapeboard/grapeboard.c b/board/scalys/grapeboard/grapeboard.c
index a0c0a9e..78c5502 100644
--- a/board/scalys/grapeboard/grapeboard.c
+++ b/board/scalys/grapeboard/grapeboard.c
@@ -159,6 +159,16 @@ int board_init(void)
return 0;
}
+int esdhc_status_fixup(void *blob, const char *compat)
+{
+ char esdhc0_path[] = "/soc/esdhc@1560000";
+
+ do_fixup_by_path(blob, esdhc0_path, "status", "okay",
+ sizeof("okay"), 1);
+
+ return 0;
+}
+
int ft_board_setup(void *blob, bd_t *bd)
{
arch_fixup_fdt(blob);