diff options
author | Roland Hieber <r.hieber@pengutronix.de> | 2018-02-19 16:37:18 +0100 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2018-02-19 21:51:37 +0100 |
commit | 57d6f0a3f4b0d9dacaab940caf3105f1dd91c037 (patch) | |
tree | 2dc237a0c4156dd2c70c38db118fc7d043cd7a3b /configs | |
parent | 50bcea31acd60fcc1d6d627cdbc99765d8f8647b (diff) | |
download | DistroKit-57d6f0a3f4b0d9dacaab940caf3105f1dd91c037.tar.gz DistroKit-57d6f0a3f4b0d9dacaab940caf3105f1dd91c037.tar.xz |
platform-v7a: platformconfig: build a generic hd.img without bootloader
For those boards which boot their bootloader from SPI flash, only the
userland is needed on the SD card.
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/platform-v7a/platformconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index 711d550..6840750 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -238,7 +238,10 @@ PTXCONF_IMAGE_KERNEL_INSTALL_EARLY=y # # PTXCONF_IMAGE_BOOT_MLO is not set # PTXCONF_IMAGE_BOOT_VFAT is not set -# PTXCONF_IMAGE_HDIMG is not set +PTXCONF_IMAGE_HDIMG=y +PTXCONF_IMAGE_HDIMG_NONE=y +# PTXCONF_IMAGE_HDIMG_BAREBOX is not set +# PTXCONF_IMAGE_HDIMG_VFAT is not set # PTXCONF_IMAGE_RAUC is not set # PTXCONF_IMAGE_ROOT_CPIO_GZ is not set # PTXCONF_IMAGE_ROOT_CPIO is not set |