2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2024-12-30 06:53:09 +00:00
u-boot/board/imgtec/malta/Kconfig

17 lines
224 B
Text
Raw Normal View History

if TARGET_MALTA
config SYS_BOARD
default "malta"
config SYS_VENDOR
default "imgtec"
config SYS_CONFIG_NAME
default "malta"
config SYS_TEXT_BASE
default 0xbe000000 if 32BIT
default 0xffffffffbe000000 if 64BIT
endif