|
@@ -76,6 +76,7 @@
|
|
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
|
|
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
|
|
"pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
|
|
"pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
|
|
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
|
|
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
|
|
|
|
+ "fdtfile=undefined\0" \
|
|
"stdin=serial,usbkbd\0" \
|
|
"stdin=serial,usbkbd\0" \
|
|
"stdout=serial,vga\0" \
|
|
"stdout=serial,vga\0" \
|
|
"stderr=serial,vga\0" \
|
|
"stderr=serial,vga\0" \
|
|
@@ -153,6 +154,11 @@
|
|
"fi;" \
|
|
"fi;" \
|
|
"run setupnandboot;" \
|
|
"run setupnandboot;" \
|
|
"run nandboot;\0" \
|
|
"run nandboot;\0" \
|
|
|
|
+ "findfdt="\
|
|
|
|
+ "if test $board_name = Utilite && test $board_rev = MX6Q ; then " \
|
|
|
|
+ "setenv fdtfile imx6q-utilite-pro.dtb; fi; " \
|
|
|
|
+ "if test $fdtfile = undefined; then " \
|
|
|
|
+ "echo WARNING: Could not determine dtb to use; fi; \0" \
|
|
BOOTENV
|
|
BOOTENV
|
|
|
|
|
|
#define CONFIG_PREBOOT "usb start;sf probe"
|
|
#define CONFIG_PREBOOT "usb start;sf probe"
|