Skip to content

Commit

Permalink
Remove fdt_high and initrd_high for Starfive
Browse files Browse the repository at this point in the history
Fix checkpatch warning about u-boot/include/configs/starfive-vic7100.h:
```
    ERROR: fdt or initrd relocation disabled at boot time
    +       "fdt_high=0xffffffffffffffff\0" \
    
    ERROR: fdt or initrd relocation disabled at boot time
    +       "initrd_high=0xffffffffffffffff\0" \
```
Further discussion of why this is not needed and the problem its presence was causing in issue #19
  • Loading branch information
pdp7 authored Jun 8, 2021
1 parent 93099a6 commit 985c9ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/configs/starfive-vic7100.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@
"name=system,size=-,bootable,type=${type_guid_gpt_system};"

#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"kernel_addr_r=0x84000000\0" \
"fdt_addr_r=0x88000000\0" \
"scriptaddr=0x88100000\0" \
Expand Down

0 comments on commit 985c9ef

Please sign in to comment.