mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
0de0672e7e
Stop using the findfdt script and switch to setting the fdtfile from C code. While at this, replace findfdt in environment with a warning as it is no longer needed Reviewed-by: Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Nishanth Menon <nm@ti.com>
20 lines
416 B
Bash
20 lines
416 B
Bash
#include <env/ti/ti_common.env>
|
|
#include <env/ti/mmc.env>
|
|
|
|
name_kern=Image
|
|
console=ttyS2,115200n8
|
|
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
|
|
${mtdparts}
|
|
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
|
|
|
boot_targets=mmc1 mmc0 usb pxe dhcp
|
|
boot=mmc
|
|
mmcdev=1
|
|
bootpart=1:2
|
|
bootdir=/boot
|
|
rd_spec=-
|
|
|
|
splashfile=ti_logo_414x97_32bpp.bmp.gz
|
|
splashimage=0x80200000
|
|
splashpos=m,m
|
|
splashsource=sf
|