diff options
Diffstat (limited to 'roms/u-boot/board/theobroma-systems/lion_rk3368/Kconfig')
-rw-r--r-- | roms/u-boot/board/theobroma-systems/lion_rk3368/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/u-boot/board/theobroma-systems/lion_rk3368/Kconfig b/roms/u-boot/board/theobroma-systems/lion_rk3368/Kconfig new file mode 100644 index 000000000..fddbf826d --- /dev/null +++ b/roms/u-boot/board/theobroma-systems/lion_rk3368/Kconfig @@ -0,0 +1,21 @@ +if TARGET_LION_RK3368 + +config SYS_BOARD + default "lion_rk3368" + +config SYS_VENDOR + default "theobroma-systems" + +config SYS_CONFIG_NAME + default "lion_rk3368" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +config ENV_SIZE + default 0x2000 + +config ENV_OFFSET + default 0x3c000 if ENV_IS_IN_SPI_FLASH + +endif |