mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-23 23:31:28 +00:00
Update index for pin bank 'H' in sun50i-a64-fixup.scr-cmd
Mirror similar PR from sunxi-dev to sunxi-next: Fix off-by-one numeric index for pin bank ‘H’ in sun50i-a64-fixup.scr-cmd
This commit is contained in:
parent
c4b96d21c6
commit
16af5541ba
1 changed files with 1 additions and 1 deletions
|
@ -5068,7 +5068,7 @@ index 0000000..6e192b5
|
|||
+test "${tmp_bank}" = "B" && setenv tmp_bank 1;
|
||||
+test "${tmp_bank}" = "C" && setenv tmp_bank 2;
|
||||
+test "${tmp_bank}" = "D" && setenv tmp_bank 3;
|
||||
+test "${tmp_bank}" = "H" && setenv tmp_bank 6'
|
||||
+test "${tmp_bank}" = "H" && setenv tmp_bank 7'
|
||||
+
|
||||
+if test -n "${param_spinor_spi_bus}"; then
|
||||
+ test "${param_spinor_spi_bus}" = "0" && setenv tmp_spi_path "spi@1c68000"
|
||||
|
|
Loading…
Add table
Reference in a new issue