소스 검색

wic: Bump up the boot loader partition size

This allows us to future proof changes in openSBI as we can just dd the
bootloader to the SD card.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis 5 년 전
부모
커밋
cf0877972b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wic/freedom-u540-opensbi.wks

+ 1 - 1
wic/freedom-u540-opensbi.wks

@@ -1,6 +1,6 @@
 # short-description: Create SD card image for HiFive Unleashed development board
 
-part opensbi --source rawcopy --sourceparams="file=fw_payload.bin" --ondisk mmcblk --align 1 --part-type 2e54b353-1271-4842-806f-e436d6af6985
+part opensbi --source rawcopy --sourceparams="file=fw_payload.bin" --ondisk mmcblk --size 32M --align 1 --part-type 2e54b353-1271-4842-806f-e436d6af6985
 part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 --size 5G
 
 bootloader --ptable gpt