projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977755f
)
board: rpi: not read ram_size from device-tree
88/217188/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 7 Nov 2019 09:02:20 +0000
(18:02 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 7 Nov 2019 09:04:56 +0000
(18:04 +0900)
This patch is workaround to boot u-boot for tizen.
In future, it will be fixed.
Change-Id: Ic0d40dff1e61df2721f99f13bef5823fa08f5401
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
board/raspberrypi/rpi/rpi.c
patch
|
blob
|
history
diff --git
a/board/raspberrypi/rpi/rpi.c
b/board/raspberrypi/rpi/rpi.c
index
b21d744
..
1b51ee9
100644
(file)
--- a/
board/raspberrypi/rpi/rpi.c
+++ b/
board/raspberrypi/rpi/rpi.c
@@
-340,6
+340,7
@@
int dram_init(void)
return 0;
}
+#ifdef CNOFIG_NO_TIZEN /* Workaround : Need to fix for tizen */
#ifdef CONFIG_OF_BOARD
#ifdef CONFIG_BCM2711
int dram_init_banksize(void)
@@
-349,6
+350,7
@@
int dram_init_banksize(void)
}
#endif
#endif
+#endif
static void set_fdtfile(void)
{