mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
Currently wandboard uses a custom boot.scr.txt script and custom image generation scripts, genimage.cfg and post-build.sh. Switch to using the more standard extlinux.conf solution and remove the custom scripts in favor of the standard board/freescale/common/imx/post-image.sh one. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 lines
138 B
Text
4 lines
138 B
Text
Label imx6qdl-wandboard Buildroot
|
|
kernel ../zImage
|
|
fdtdir ../
|
|
append root=PARTUUID=${uuid} rootwait rw console=${console},${baudrate}
|