blob: 734d54f0d419576bb32739d2041d3e268c2c1f78 [file] [log] [blame]
Simon Glass72232452016-11-25 20:15:53 -07001/*
2 * Copyright (c) 2016 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 *
6 * Simple program to create a _dt_ucode_base_size symbol which can be read
Simon Glass24ad3652017-11-13 18:54:54 -07007 * by binutils. This is used by binman tests.
Simon Glass72232452016-11-25 20:15:53 -07008 */
9
10static unsigned long _dt_ucode_base_size[2]
11 __attribute__((section(".ucode"))) = {1, 2};