summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/images/hd.config2
-rw-r--r--rules/image-hdimg.make6
2 files changed, 4 insertions, 4 deletions
diff --git a/config/images/hd.config b/config/images/hd.config
index 092ef3a3d..6d1fd382c 100644
--- a/config/images/hd.config
+++ b/config/images/hd.config
@@ -5,7 +5,7 @@ image @IMAGE@ {
hdimage {
align = 1M
}
- @BOOTLOADER_PARTIONS@
+ @BOOTLOADER_PARTITIONS@
partition root {
image = root.ext2
partition-type = 0x83
diff --git a/rules/image-hdimg.make b/rules/image-hdimg.make
index b5441dc80..bdd6cddc3 100644
--- a/rules/image-hdimg.make
+++ b/rules/image-hdimg.make
@@ -28,18 +28,18 @@ IMAGE_HDIMG_CONFIG := hd.config
ifdef PTXCONF_IMAGE_HDIMG
IMAGE_HDIMG_BOOTLOADER_ENV := \
BOOTLOADER_IMAGES='' \
- BOOTLOADER_PARTIONS=''
+ BOOTLOADER_PARTITIONS=''
ifdef PTXCONF_IMAGE_HDIMG_GRUB
IMAGE_HDIMG_BOOTLOADER_ENV = \
GRUB_STAGE_DIR=$(GRUB_STAGE_DIR) \
BOOTLOADER_IMAGES='include("grub.config")' \
- BOOTLOADER_PARTIONS='include("grub_partitions.config")'
+ BOOTLOADER_PARTITIONS='include("grub_partitions.config")'
endif
ifdef PTXCONF_IMAGE_HDIMG_BAREBOX
IMAGE_HDIMG_BOOTLOADER_ENV := \
BOOTLOADER_IMAGES='' \
- BOOTLOADER_PARTIONS='include("barebox_partitions.config")'
+ BOOTLOADER_PARTITIONS='include("barebox_partitions.config")'
endif
IMAGE_HDIMG_ENV = \