diff mbox series

[U-Boot] pico-imx7d: remove unused 'script' variable

Message ID 1557266028-28294-1-git-send-email-pjtexier@koncepto.io
State Accepted
Commit 6de474340652af22574913aeffadd08913d00702
Delegated to: Stefano Babic
Headers show
Series [U-Boot] pico-imx7d: remove unused 'script' variable | expand

Commit Message

Pierre-Jean Texier May 7, 2019, 9:53 p.m. UTC
Since the pico-pi uses the distroboot,
this commit remove the 'script' variable (cf boot_scripts).

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 include/configs/pico-imx7d.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Fabio Estevam May 7, 2019, 9:59 p.m. UTC | #1
Hi Pierre-Jean,

On Tue, May 7, 2019 at 6:55 PM Pierre-Jean Texier <pjtexier@koncepto.io> wrote:
>
> Since the pico-pi uses the distroboot,
> this commit remove the 'script' variable (cf boot_scripts).
>
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Yes, we should better remove it:

Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff mbox series

Patch

diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
index 365a598..a6838b3 100644
--- a/include/configs/pico-imx7d.h
+++ b/include/configs/pico-imx7d.h
@@ -61,7 +61,6 @@ 
 #define CONFIG_SYS_MMC_IMG_LOAD_PART	1
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
-	"script=boot.scr\0" \
 	"image=zImage\0" \
 	"splashpos=m,m\0" \
 	"console=ttymxc4\0" \