Skip to content

Commit c987a67

Browse files
Sahil-Malpekarchetan-rathore
authored andcommitted
docs(baremetal): align ARM arch defaults with baremetal build
- Update the baremetal README files to document the actual default ARM_ARCH_MAJOR and ARM_ARCH_MINOR values used by the build. Signed-off-by: Sahil Shakil Malpekar <Sahil.ShakilMalpekar@arm.com> Change-Id: Ia8f5a435fb5002b575e2d00fdd2bc4a3850f4bd9
1 parent 8c1e027 commit c987a67

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/baremetal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Run the command
6060

6161
```
6262
CMake Command Line Options:
63-
`-DARM_ARCH_MAJOR` = Arch major version. Default value is 9.
64-
`-DARM_ARCH_MINOR` = Arch minor version. Default value is 0.
63+
`-DARM_ARCH_MAJOR` = Arch major version. Default value is 8.
64+
`-DARM_ARCH_MINOR` = Arch minor version. Default value is 6.
6565
`-DCROSS_COMPILE` = Cross compiler path
6666
`-DTARGET` = Target platform. Should be same as folder under baremetal/target/
6767
`-DACS` = To compile <bsa/sbsa/pc_bsa> ACS

pal/baremetal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Run the command
5757

5858
```
5959
CMake Command Line Options:
60-
`-DARM_ARCH_MAJOR` = Arch major version. Default value is 9.
61-
`-DARM_ARCH_MINOR` = Arch minor version. Default value is 0.
60+
`-DARM_ARCH_MAJOR` = Arch major version. Default value is 8.
61+
`-DARM_ARCH_MINOR` = Arch minor version. Default value is 6.
6262
`-DCROSS_COMPILE` = Cross compiler path
6363
`-DTARGET` = Target platform. Should be same as folder under baremetal/target/
6464
`-DACS` = To compile <bsa/sbsa/pc_bsa> ACS

0 commit comments

Comments
 (0)