board: rpi: tizen_rpi: Fix a wrong syntax about GPT_PARTS_DEFAULT 27/322127/3
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 3 Apr 2025 23:45:13 +0000 (08:45 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 4 Apr 2025 00:20:11 +0000 (09:20 +0900)
commit0ee294844a44e2b6a58d2d5d1c4ac4168912bb1e
tree9bede539daab297460bff53f17b885721861ffdb
parent46df616c65c4b8df9f6bec2e001f9e7e99a8cab4
board: rpi: tizen_rpi: Fix a wrong syntax about GPT_PARTS_DEFAULT

Currently GPT_PARTS_DEFAULT is defined without double quotation mark.
When gpt command is excuting, it's recognizing each phrase as each
argument. So it's always failed because argc is bigger than 5 or 6.
To prevent this behavior, add double quotation mark.

Change-Id: Ie570d29e16f533d049d0b49ae8bab0642bcc923e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
board/raspberrypi/rpi/tizen_rpi.env