mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
c420ef67e5
This adds support for the Asus Chromebook Flip, an RK3288-based clamshell device which can flip into 'tablet' mode. The device tree file comes from Linux v4.8. The SDRAM parameters are for 4GB Samsung LPDDR3. Signed-off-by: Simon Glass <sjg@chromium.org>
47 lines
603 B
Text
47 lines
603 B
Text
if TARGET_CHROMEBOOK_JERRY
|
|
|
|
config SYS_BOARD
|
|
default "veyron"
|
|
|
|
config SYS_VENDOR
|
|
default "google"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "veyron"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|
|
|
|
if TARGET_CHROMEBIT_MICKEY
|
|
|
|
config SYS_BOARD
|
|
default "veyron"
|
|
|
|
config SYS_VENDOR
|
|
default "google"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "veyron"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|
|
|
|
if TARGET_CHROMEBOOK_MINNIE
|
|
|
|
config SYS_BOARD
|
|
default "veyron"
|
|
|
|
config SYS_VENDOR
|
|
default "google"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "veyron"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|