* [U-Boot] [PATCH] pico-imx7d: Remove specific code for fitImage
@ 2019-10-13 12:29 Joris Offouga
2019-10-13 21:32 ` Otavio Salvador
0 siblings, 1 reply; 2+ messages in thread
From: Joris Offouga @ 2019-10-13 12:29 UTC (permalink / raw)
To: u-boot
This implementation is a specific utilisation with CONFIG_FIT.
This feature use script for boot. With distrobootcmd is possible
to load script.
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
include/configs/pico-imx7d.h | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
index 5abf80a292..26eef59393 100644
--- a/include/configs/pico-imx7d.h
+++ b/include/configs/pico-imx7d.h
@@ -45,21 +45,6 @@
"/boot/imx7d-pico-pi.dtb ext4 0 1;" \
"rootfs part 0 1\0" \
-/* When booting with FIT specify the node entry containing boot.scr */
-#if defined(CONFIG_FIT)
-#define PICO_BOOT_ENV \
- "bootscr_fitimage_name=bootscr\0" \
- "bootscriptaddr=0x83200000\0" \
- "fdtovaddr=0x83100000\0" \
- "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
- "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
- "mmcargs=setenv bootargs console=${console},${baudrate} " \
- "rootwait rw;\0" \
- "loadbootscript=" \
- "load mmc ${mmcdev}:${mmcpart} ${bootscriptaddr} ${script};\0" \
- "bootscript=echo Running bootscript from mmc ...; " \
- "source ${bootscriptaddr}:${bootscr_fitimage_name}\0"
-#else
#define PICO_BOOT_ENV \
"bootmenu_0=Boot using PICO-Hobbit baseboard=" \
"setenv fdtfile imx7d-pico-hobbit.dtb\0" \
@@ -70,8 +55,6 @@
"bootmenu_3=Boot using PICO-Pi baseboard=" \
"setenv fdtfile imx7d-pico-pi.dtb\0" \
BOOTENV
-#endif
-
#define CONFIG_SYS_MMC_IMG_LOAD_PART 1
@@ -105,19 +88,6 @@
"setup_emmc=mmc dev 0; gpt write mmc 0 $partitions; reset;\0" \
PICO_BOOT_ENV
-#if defined(CONFIG_FIT)
-#define CONFIG_BOOTCOMMAND \
- "mmc dev ${mmcdev};" \
- "mmc dev ${mmcdev}; if mmc rescan; then " \
- "if run loadbootscript; then " \
- "iminfo ${bootscriptaddr};" \
- "if test $? -eq 1; then hab_failsafe; fi;" \
- "run bootscript; " \
- "else " \
- "echo Fail to load fitImage with boot script;" \
- "hab_failsafe;" \
- "fi; " \
- "fi"
#endif
#define BOOT_TARGET_DEVICES(func) \
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] pico-imx7d: Remove specific code for fitImage
2019-10-13 12:29 [U-Boot] [PATCH] pico-imx7d: Remove specific code for fitImage Joris Offouga
@ 2019-10-13 21:32 ` Otavio Salvador
0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2019-10-13 21:32 UTC (permalink / raw)
To: u-boot
On Sun, Oct 13, 2019 at 9:30 AM Joris Offouga <offougajoris@gmail.com> wrote:
>
> This implementation is a specific utilisation with CONFIG_FIT.
> This feature use script for boot. With distrobootcmd is possible
> to load script.
>
> Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-13 21:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-13 12:29 [U-Boot] [PATCH] pico-imx7d: Remove specific code for fitImage Joris Offouga
2019-10-13 21:32 ` Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox