ArmPlatform.h 490 B

1234567891011121314151617181920
  1. /** @file
  2. *
  3. * Copyright (c) 2014-2017, Linaro Limited. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-2-Clause-Patent
  6. *
  7. **/
  8. #ifndef __PLATFORM_H__
  9. #define __PLATFORM_H__
  10. //
  11. // We don't care about this value, but the PL031 driver depends on the macro
  12. // to exist: it will pass it on to our ArmPlatformSysConfigLib:ConfigGet()
  13. // function, which just returns EFI_UNSUPPORTED.
  14. //
  15. //
  16. #define SYS_CFG_RTC 0
  17. #endif /* __PLATFORM_H__ */