mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
873e3ef90b
Based on Venice2, incorporates Stephen Warren's latest P2571 pinmux table. With Thierry Reding's 64-bit build fixes, this will build and and boot in 64-bit on my P2571 (when used with a 32-bit AVP loader). Signed-off-by: Tom Warren <twarren@nvidia.com>
12 lines
136 B
Text
12 lines
136 B
Text
if TARGET_P2571
|
|
|
|
config SYS_BOARD
|
|
default "p2571"
|
|
|
|
config SYS_VENDOR
|
|
default "nvidia"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "p2571"
|
|
|
|
endif
|