mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
pico-imx7d: remove unused 'script' variable
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> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
5760069ae8
commit
6de4743406
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,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" \
|
||||
|
|
Loading…
Reference in a new issue