fix(esptool): Rephrase the --ram-only-header command message

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej
2023-11-22 17:24:07 +01:00
parent 3a82d7a2d3
commit da4a486670

View File

@@ -983,10 +983,7 @@ def elf2image(args):
print("Creating {} image...".format(args.chip))
if args.ram_only_header:
print(
"RAM only visible in the header - only RAM segments are visible to the "
"ROM loader!"
)
print("ROM segments hidden - only RAM segments are visible to the ROM loader!")
if args.chip != "esp8266":
image = CHIP_DEFS[args.chip].BOOTLOADER_IMAGE()