mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
imx: ventana: config: Support ramdisk
Set the initrd_high env so that ramdisk range can be properly set.
See commit 7e9603e
and README
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
9543e9542e
commit
8cc25eb877
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@
|
|||
\
|
||||
"fdt_high=0xffffffff\0" \
|
||||
"fdt_addr=0x18000000\0" \
|
||||
"initrd_high=0xffffffff\0" \
|
||||
"loadfdt=" \
|
||||
"if ${fsload} ${fdt_addr} boot/${fdt_file}; then " \
|
||||
"echo Loaded DTB from boot/${fdt_file}; " \
|
||||
|
|
Loading…
Add table
Reference in a new issue