Skip to content

Instantly share code, notes, and snippets.

@ave4
Created April 29, 2022 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ave4/3e30c7d10eba42e948a78176f4da4326 to your computer and use it in GitHub Desktop.
Save ave4/3e30c7d10eba42e948a78176f4da4326 to your computer and use it in GitHub Desktop.
From f6964b4355de975673bdd219508c41e5370fc609 Mon Sep 17 00:00:00 2001
From: Maxim Kutnij <gtk3@inbox.ru>
Date: Wed, 27 Apr 2022 21:24:58 +0500
Subject: [PATCH 2/2] midas: fix scriptaddr
---
include/configs/midas.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/midas.h b/include/configs/midas.h
index ed04e7e404..3e90a83026 100644
--- a/include/configs/midas.h
+++ b/include/configs/midas.h
@@ -70,6 +70,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"kernel_addr_r=0x43000000\0" \
+ "scriptaddr=0x43000000\0" \
"fdt_addr_r=0x49000000\0" \
"pxefile_addr_r=0x4b000000\0" \
"ramdisk_addr_r=0x50000000\0" \
--
2.36.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment