mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
ae51b5709e
The Amazon Kindle Fire (first generation) codename kc1 is a tablet that was released by Amazon back in 2011. It is using an OMAP4430 SoC GP version, which allows running U-Boot and the U-Boot SPL from the ground up. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
12 lines
130 B
Text
12 lines
130 B
Text
if TARGET_KC1
|
|
|
|
config SYS_BOARD
|
|
default "kc1"
|
|
|
|
config SYS_VENDOR
|
|
default "amazon"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kc1"
|
|
|
|
endif
|