diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2021-01-26 12:11:59 +0100 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:30 +0900 |
commit | f309023667f7acbc7641df6d9afbd1d5ac5090c2 (patch) | |
tree | 9c235ea7f2c261686a03e07dafb66abc45db3c15 /include | |
parent | 7689a14adac78de876caabeef3a195d19b6573b5 (diff) | |
download | u-boot-f309023667f7acbc7641df6d9afbd1d5ac5090c2.tar.gz u-boot-f309023667f7acbc7641df6d9afbd1d5ac5090c2.tar.bz2 u-boot-f309023667f7acbc7641df6d9afbd1d5ac5090c2.zip |
samsung: tizen_amlogic: use 'reserved1' partition for HAL
Use the 'reserved1' (64M) partition for the Tizen HAL partition image and
adjust the name of the remaining reserved partitions.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Ieb879e48d55e7c25b3cf29bbd522cab22162ccbf
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_amlogic.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index 120dde0074..0a640c954b 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -39,7 +39,9 @@ "user part -1 5;" \ "module part -1 6;" \ "ramdisk.img part -1 7;" \ - "ramdisk-recovery.img part -1 8" + "ramdisk-recovery.img part -1 8" \ + "hal part -1 10" \ + "" /* * '0-format.cmd' entity is common for all boards, but it has to be @@ -79,8 +81,8 @@ "name=ramdisk,size=8M,id=0x83;" \ "name=ramdisk-recovery,size=32M,id=0x83;" \ "name=reserved0,size=8M,id=0x83;" \ - "name=reserved1,size=64M,id=0x83;" \ - "name=reserved2,size=128M,id=0x83;" \ + "name=hal,size=64M,id=0x83;" \ + "name=reserved1,size=128M,id=0x83;" \ "" #undef CONFIG_SYS_BOARD |