mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Drop the pinmux setup in the board in favor of setting it up in the device tree. Device tree nodes match nodes used for the Linux device tree and are set according to the service manual. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
135 B
Plaintext
13 lines
135 B
Plaintext
if TARGET_X3_T30
|
|
|
|
config SYS_BOARD
|
|
default "x3-t30"
|
|
|
|
config SYS_VENDOR
|
|
default "lg"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "x3-t30"
|
|
|
|
endif
|