Kconfig 308 B

123456789101112131415161718192021
  1. if TARGET_LION_RK3368
  2. config SYS_BOARD
  3. default "lion_rk3368"
  4. config SYS_VENDOR
  5. default "theobroma-systems"
  6. config SYS_CONFIG_NAME
  7. default "lion_rk3368"
  8. config BOARD_SPECIFIC_OPTIONS # dummy
  9. def_bool y
  10. config ENV_SIZE
  11. default 0x2000
  12. config ENV_OFFSET
  13. default 0x3c000 if ENV_IS_IN_SPI_FLASH
  14. endif