git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507103f
)
lx2160a: Fix address for secure boot headers
author
Manish Tomar
<manish.tomar@nxp.com>
Thu, 5 Nov 2020 08:38:56 +0000
(14:08 +0530)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Thu, 10 Dec 2020 08:26:39 +0000
(13:56 +0530)
Update kernel_size_sd variable with correct value for lx2160a.
Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/lx2160a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/lx2160a_common.h
b/include/configs/lx2160a_common.h
index
837760f
..
4bd0ddb
100644
(file)
--- a/
include/configs/lx2160a_common.h
+++ b/
include/configs/lx2160a_common.h
@@
-232,7
+232,7
@@
unsigned long get_board_ddr_clk(void);
"kernel_size=0x2800000\0" \
"kernel_addr_sd=0x8000\0" \
"kernelhdr_addr_sd=0x3000\0" \
- "kernel_size_sd=0x1
d
000\0" \
+ "kernel_size_sd=0x1
4
000\0" \
"kernelhdr_size_sd=0x20\0" \
"console=ttyAMA0,38400n8\0" \
BOOTENV \